cl-remove-duplicates

cl-remove-duplicates is an autoloaded compiled Lisp function in `cl-seq.el'.

(cl-remove-duplicates SEQ [KEYWORD VALUE]...)

Return a copy of SEQ with all duplicate elements removed.

Keywords supported: :test :test-not :key :start :end :from-end