rustc_data_structures

Module thinvec

source
Expand description

This is a copy-paste of Vec::extract_if for ThinVec.

FIXME: https://github.com/Gankra/thin-vec/pull/66 is merged, this can be removed.

Structsยง

  • An iterator for ThinVec which uses a closure to determine if an element should be removed.