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
Table
)
(
auto ref Table x
)
if (
isInstanceOf!(OpenHashMapOrSet, Table) &&
is(typeof((unaryFun!pred)))
)

Meta