Module no_std_compat2::vec
source · Available on non-crate feature
std only.Structs
- DrainFilterExperimentalAn iterator which uses a closure to determine if an element should be removed.
- A draining iterator for
Vec<T>. - An iterator that moves out of a vector.
- A splicing iterator for
Vec. - A contiguous growable array type, written as
Vec<T>, short for ‘vector’.