Join Slack
Powered by
Most of the time I need to populate a list, using ...
# announcements
o
orangy
08/18/2016, 1:34 PM
Most of the time I need to populate a list, using
map
and other fluent operations is sufficient.
(0 until 10).map { it * it }
Open in Slack
Previous
Next