Skip to content

Instantly share code, notes, and snippets.

@amalloy
Created August 29, 2012 18:42
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 amalloy/3516903 to your computer and use it in GitHub Desktop.
Save amalloy/3516903 to your computer and use it in GitHub Desktop.
(let [coll [[:a :b :c] [:d] [:e :f]]]
(into {} (for [[idx xs] (map-indexed vector coll),
x xs]
[x idx])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment