Join Slack
Communities
Powered by
what would be the easiest way to split a list into...
# getting-started
c
cleiter
08/26/2016, 6:23 AM
what would be the easiest way to split a list into chunks of a certain size? i couldn't find anything in stdlib which would make this easy. scala e.g. has
list.groups(n)
Open in Slack
Previous
Next