Crate vec_extract_if_polyfill

Source
Expand description

This is a stable polyfill for Vec::extract_if.

Structs§

ExtractIf
An iterator which uses a closure to determine if an element should be removed.

Traits§

MakeExtractIf
Polyfill trait for Vec::extract_if.