also you could have called `collection.forEach { i...
# getting-started
m
also you could have called
collection.forEach { it.call() }
, although not much better 😛 Jakob’s suggestion is the way to go