Y
Hacker News
new
|
ask
|
show
|
jobs
by
exceptione
770 days ago
Kotlin has
it
instead of _
val numbers = listOf(20, 19, 7, 12) val multiplied = numbers.map { 3 * it } // [ 60, 57, 21, 36 ]