ClojureDocs

导航

命名空间

mapcat

clojure.core.reducers

自 1.5 起可用
  • (mapcat f)
  • (mapcat f coll)
Applies f to every value in the reduction of coll, concatenating the result
colls of (f val). Foldable.