Join Slack
Powered by
Is there an easy way to split a list into multiple...
# announcements
r
ribesg
03/05/2017, 9:07 AM
Is there an easy way to split a list into multiple lists of a set size? Because for now I'm using
withIndex()
and grouping by
index / 100
then remap all indexed values to just values, it's a pain
Open in Slack
Previous
Next