ClojureDocs

导航

命名空间

mapcat

clojure.core

1.0 起提供 (来源)
  • (mapcat f)
  • (mapcat f & colls)
Returns the result of applying concat to the result of applying map
to f and colls.  Thus function f should return a collection. Returns
a transducer when no collections are provided