`repeat` gives you the index: `repeat(5) { println(it) }`
p
repeat
gives you the index:
repeat(5) { println(it) }