removeAllMatching

Remove all elements in x matching predicate. TODO: move to container/common.d.

@trusted
void
removeAllMatching
(
alias predicate
SomeMap
)
(
auto ref SomeMap x
)
if (
is(SomeMap == SSOHashMapOrSet!(_),
_...
)
)

Meta