Skip to content

Instantly share code, notes, and snippets.

@minimal
Created October 29, 2014 11:53
Show Gist options
  • Select an option

  • Save minimal/bf01cbcdfb8e2bc7bf5b to your computer and use it in GitHub Desktop.

Select an option

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