Skip to content

Instantly share code, notes, and snippets.

@yuanmai
Created July 13, 2012 08:49
Show Gist options
  • Save yuanmai/3103732 to your computer and use it in GitHub Desktop.
Save yuanmai/3103732 to your computer and use it in GitHub Desktop.
update-in vector
(def a {:k [1 2]})
(update-in a [:k 1] (constantly :ha))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment