unique

unique v -- yields the elements of the list v, without duplicates.

The order of elements is not necessarily maintained.

See also Set and set.

Go to main index.

Go to concepts index.