Skip to content

Instantly share code, notes, and snippets.

Created July 23, 2010 09:54
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/487229 to your computer and use it in GitHub Desktop.
Save anonymous/487229 to your computer and use it in GitHub Desktop.
------------------------- clojure.core/merge ([& maps]) Returns a map that consists of the rest of the maps conj-ed onto the first. If a key occurs in more than one map, the mapping from the latter (left-to-right) will be the mapping in the result. nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment