is there a `fun Map<K, V>.map()` that return...
# announcements
e
is there a
fun Map<K, V>.map()
that returns a
Map<K, V>
?
d
Do you want to change the keys or values?
e
just values
d
I think there is a
mapValues
function.
e
oh, awesome! thanks!