is there a shorthand for this? `Array(15) { false ...
# announcements
i
is there a shorthand for this?
Array(15) { false }.toList()
(generates a list with 15
false
elements)