how can i cycle a collection? `[1, 2, 3].somethin...
# announcements
t
how can i cycle a collection?
[1, 2, 3].something { println(it) }
->
1, 2, 3, 1, 2, 3, 1, 2, 3