Join Slack
Powered by
I have a `MutableMap<Pair<String, Obj1>, ...
# getting-started
d
dave08
05/08/2018, 3:21 PM
I have a
MutableMap<Pair<String, Obj1>, Obj2>
and I'd like to remove all entries with a certain string in the
first
of the pair, what's the most ideomatic and efficient way to do this? There's no
removeAll {...}
😞
Open in Slack
Previous
Next