Join Slack
Powered by
With Kotlin, the need for `MultiMap` is significan...
# random
k
kirillrakhman
04/18/2016, 11:58 AM
With Kotlin, the need for
MultiMap
is significantly reduced when you can do
map.getOrPut(key) { mutableListOf() }
Open in Slack
Previous
Next