Skip to content

Instantly share code, notes, and snippets.

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