Join Slack
Communities
Powered by
<@U2H3SABQF> `(0..100 step 3).map {mutableListOf(...
# getting-started
v
voddan
12/03/2016, 1:26 PM
@elect
(0..100 step 3).map {mutableListOf(it, it + 1, it + 2)}.toMutableList()
👍 1
Open in Slack
Previous
Next