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§

  • The function delete_if_not unsafely deletes elements in-place of a vector that does not satisfy the predicate.