Skip to content

Instantly share code, notes, and snippets.

@minimal
Created October 29, 2014 11:53
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 minimal/bf01cbcdfb8e2bc7bf5b to your computer and use it in GitHub Desktop.
Save minimal/bf01cbcdfb8e2bc7bf5b to your computer and use it in GitHub Desktop.
(defn flip-map
"Map of vals to keys"
[col]
(persistent! (reduce-kv (fn [m k v] (assoc! m v k))
(transient {}) col)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment