Join Slack
Powered by
So the winner is `val list = (0..4).map { 100 + it...
# announcements
e
edvin
06/12/2016, 2:34 PM
So the winner is
val list = (0..4).map { 100 + it }
. It's immutable. Still a java.util.ArrayList under the covers of course.
Open in Slack
Previous
Next