flatmap
functionv1.7
cljs.core/flatmap
(flatmap [f] [f coll])maps f over coll and concatenates the results. Thus function f
should return a collection. Returns a transducer when no collection
is provided.
Examples
No examples yet. Be the first to add one!