I need something like this, a collection of elements which contains no duplicates of any element. Does Common Lisp, specifically SBCL, have any thing like this?
Not that I'm aware of, but you can use hash tables for something quite similar.