Function: COMMON-LISP:DELETE-DUPLICATES

package type clhs github

The elements of SEQUENCE are examined, and if any two match, one is discarded. The resulting sequence, which may be formed by destroying the given sequence, is returned.

The :TEST-NOT argument is deprecated.

Lambda list

(sequence &rest sb-impl::args &key sb-impl::test sb-impl::test-not sb-impl::start
 sb-impl::end sb-impl::from-end sb-impl::key)