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