what would be the easiest way to split a list into...
# getting-started
c
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)