Is there a way of writing `val array = IntArray(5)...
# announcements
r
Is there a way of writing
val array = IntArray(5) { 100 + it }
for a list?