Skip to content

Instantly share code, notes, and snippets.

@mattpodwysocki
Created December 29, 2010 16:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattpodwysocki/758697 to your computer and use it in GitHub Desktop.
Save mattpodwysocki/758697 to your computer and use it in GitHub Desktop.
user=> (seq (System.Linq.Enumerable/Repeat 32 4))
(32 32 32 32)
user=> (seq (System.Linq.Enumerable/Range 3 10))
(3 4 5 6 7 8 9 10 11 12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment