Not precisely, but you can do `IntArray(1000) { 0 ...
# announcements
e
Not precisely, but you can do
IntArray(1000) { 0 }.toList()
(edit:
asList
would be better)