ClojureDocs

导航

命名空间

distinct

clojure.core

1.0 及以后版本可用 (源代码)
  • (distinct)
  • (distinct coll)
Returns a lazy sequence of the elements of coll with duplicates removed.
Returns a stateful transducer when no collection is provided.