Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2010 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/449631 to your computer and use it in GitHub Desktop.
Save anonymous/449631 to your computer and use it in GitHub Desktop.
------------------------- clojure.core/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. nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment