Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created July 5, 2012 13:20
Show Gist options
  • Save ngn999/3053605 to your computer and use it in GitHub Desktop.
Save ngn999/3053605 to your computer and use it in GitHub Desktop.
Duplicate a Sequence
(fn [coll]
(apply concat
(map (fn [x] (list x x)) coll)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment