Skip to main content

mapcat

functionv1.0

clojure.core/mapcat

Available in:BBCLJCLJS
(mapcat [f] [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

No examples yet. Be the first to add one!