3 releases
0.1.2 | Mar 23, 2024 |
---|---|
0.1.1 | Mar 23, 2024 |
0.1.0 | Mar 23, 2024 |
#1772 in Data structures
3KB
delete-if-not
The function delete_if_not unsafely deletes elements in-place of a vector that does not satisfy the predicate.
Status
Experimental
lib.rs
:
delete_if_not is a implementation of a function that unsafely deletes elements in-place of a vector