Join Slack
Powered by
Or using a for loop is slightly nicer: `for ((inde...
# announcements
a
andrewoma
01/17/2016, 11:00 PM
Or using a for loop is slightly nicer:
for ((index, value) in listOf("a", "b", "c").withIndex()) { ... }
Open in Slack
Previous
Next