Liking cljdoc? Tell your friends :D

girouette.util


group-byclj/s

(group-by kf coll)
(group-by kf vf coll)
(group-by kf vf rf coll)
(group-by kf vf rf init coll)

Same as clojure.core/group-by, but with some handy new arities which apply custom map & reduce operations to the elements grouped together under the same key.

Same as clojure.core/group-by, but with some handy new arities which apply
custom map & reduce operations to the elements grouped together under the same key.
raw docstring

index-byclj/s

(index-by kf coll)
(index-by kf vf coll)

into-one-vectorclj/s

(into-one-vector data)

Flattens the outer vectors in the provided data and returns one vector with the data inside.

Flattens the outer vectors in the provided data and returns one vector with the data inside.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close