Yeah, there is `Array(10) { i -> “Hello” }`, wo...
# stdlib
a
Yeah, there is
Array(10) { i -> “Hello” }
, would be nice to have that for MutableList
👍 2