So the winner is `val list = (0..4).map { 100 + it...
# announcements
e
So the winner is
val list = (0..4).map { 100 + it }
. It's immutable. Still a java.util.ArrayList under the covers of course.