ClojureDocs

导航

命名空间

flatten

clojure.core.reducers

自 1.5 起可用
  • (flatten)
  • (flatten coll)
Takes any nested combination of sequential things (lists, vectors,
etc.) and returns their contents as a single, flat foldable
collection.