removeAllMatching

Remove all elements in x matching pred.

TODO make this generic for all iterable containers and move to container_algorithm.

@safe @trusted
size_t
removeAllMatching
(
alias pred
SomeMap
)
(
auto ref SomeMap x
)
if (
isInstanceOf!(OpenHashMap, SomeMap) &&
is(typeof((unaryFun!pred)))
)

Meta