Join Slack
Powered by
how can i cycle a collection? `[1, 2, 3].somethin...
# announcements
t
tipsy
12/01/2018, 6:16 PM
how can i cycle a collection?
[1, 2, 3].something { println(it) }
->
1, 2, 3, 1, 2, 3, 1, 2, 3
Open in Slack
Previous
Next