Crate vec_extract_if_polyfill
source ·Expand description
This is a stable polyfill for Vec::extract_if
.
Structs§
- An iterator which uses a closure to determine if an element should be removed.
Traits§
- Polyfill trait for
Vec::extract_if
.
This is a stable polyfill for Vec::extract_if
.
Vec::extract_if
.