mapcat

added
1.5

ns
clojure.core.reducers

type
function

(mapcat f) (mapcat f coll)

Applies f to every value in the reduction of coll, concatenating the result
colls of (f val). Foldable.