To your first question I'd say `map.mapValues { (k...
# getting-started
k
To your first question I'd say
map.mapValues { (k, v) -> v.map { f(it) } }