`val doubled = ints.map { it -> it * 2 }` this ...
# announcements
t
val doubled = ints.map { it -> it * 2 }
this is super creepy