But otherwise, why not `list.map { Pair(it, someFu...
# announcements
c
But otherwise, why not
list.map { Pair(it, someFunction(it)) }
?