Skip to content

Instantly share code, notes, and snippets.

@feuery
Created September 6, 2016 10:05
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 feuery/2f86045dff28112ffc77c05f0245c7d9 to your computer and use it in GitHub Desktop.
Save feuery/2f86045dff28112ffc77c05f0245c7d9 to your computer and use it in GitHub Desktop.
(assoc-in {} [:this 0 :is] :test) ;;=> {:this {0 {:is :test}}}
(what-implements-this? {} [:this 0 :is] :test) ;; => {:this [{:is :test}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment