Is there an easy way to split a list into multiple...
# announcements
r
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