Crate delete_if_not

Source
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.