``` map { it.x + it.y } // eh map { (x, y) -> x...
# announcements
a
Copy code
map { it.x + it.y } // eh
map { (x, y) -> x + y } // :)