Skip to content

Instantly share code, notes, and snippets.

@chpill
Created March 26, 2017 00:48
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 chpill/5e529912a2b10d910d3a839bdfcc4b17 to your computer and use it in GitHub Desktop.
Save chpill/5e529912a2b10d910d3a839bdfcc4b17 to your computer and use it in GitHub Desktop.
([to xform from]
(if (instance? clojure.lang.IEditableCollection to)
(with-meta
(persistent! (transduce xform conj! (transient to) from))
(meta to))
(transduce xform conj to from)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment