<@U2H3SABQF> `(0..100 step 3).map {mutableListOf(...
# getting-started
v
@elect
(0..100 step 3).map {mutableListOf(it, it + 1, it + 2)}.toMutableList()
👍 1