One could argue there's also `(0 until size).map {...
# stdlib
k
One could argue there's also
(0 until size).map { f(it) }
for
List(size) { it }
, but it doesn't matter much.