Skip to main content

distinct

functionv1.0

clojure.core/distinct

Available in:BBCLJCLJS
(distinct [] [coll])
Returns a lazy sequence of the elements of coll with duplicates removed. Returns a stateful transducer when no collection is provided.

No examples yet. Be the first to add one!