<@U0EETBQLS>: Oddly enough I don't see any `initWi...
# getting-started
c
@debug: Oddly enough I don't see any
initWith
or
fillWith
, so maybe something like
arrayListOf<Int>().apply { repeat(10) { add(42) }}
. You might want to convert it to an immutable list after that though