Scieneer Common Lisp 1.3.9 online documentation delete-duplicates sequence &key test test-not start from-end end key [Function] 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 depreciated.