removeAllMatching

Remove all elements in x matching predicate. TODO move to container_algorithm.d.

@trusted
void
removeAllMatching
(
alias predicate
SomeHashMapOrSet
)
(
auto ref SomeHashMapOrSet x
)
if (
isInstanceOf!(SSOHashMapOrSet, SomeHashMapOrSet)
)

Meta