Most of the time I need to populate a list, using ...
# announcements
o
Most of the time I need to populate a list, using
map
and other fluent operations is sufficient.
(0 until 10).map { it * it }