Using Groovy it would be `(0..100).collate(3)`. I’...
# getting-started
j
Using Groovy it would be
(0..100).collate(3)
. I’m sure there is Kotlin equivalent somewhere 😛