I have a `MutableMap<Pair<String, Obj1>, ...
# getting-started
d
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 {...}
😞