in the meantime you can do `IntArray(10) { i ->...
# announcements
k
in the meantime you can do
IntArray(10) { i -> i * 2 }.toList()