Join Slack
Powered by
You can use `associate` or `associateBy` on map en...
# getting-started
i
ilya.gorbunov
12/29/2017, 4:25 PM
You can use
associate
or
associateBy
on map entries:
map.entries.associate { (k, v) -> f(k) to g(v) }
👍 1
Open in Slack
Previous
Next