Expand description
delete_if_not is a implementation of a function that unsafely deletes elements in-place of a vector
Functionsยง
- delete_
if_ not - The function delete_if_not unsafely deletes elements in-place of a vector that does not satisfy the predicate.