is there a split function for collections? Somethi...
# announcements
v
is there a split function for collections? Something like
(1..100).split(40) == (1..40, 41..80, 81..100)