Remove all elements in x matching pred.
TODO make this generic for all iterable containers and move to container_algorithm.
See Implementation
Remove all elements in x matching pred.
TODO make this generic for all iterable containers and move to container_algorithm.