remove-duplicates

remove-duplicates is an alias for `cl-remove-duplicates' in `cl.el'.

(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