Join Slack
Powered by
How about `map.entries.associateByTo(mutableMapOf(...
# announcements
o
orangy
08/17/2016, 4:08 PM
How about
map.entries.associateByTo(mutableMapOf(), { it.key.toString() }, { it.value.toString() })
?
Open in Slack
Previous
Next