Skip to main content

group-by

functionv1.2

clojure.core/group-by

Available in:BBCLJCLJS
(group-by [f coll])
Returns a map of the elements of coll keyed by the result of f on each element. The value at each key will be a vector of the corresponding elements, in the order they appeared in coll.

No examples yet. Be the first to add one!