Module ockam_core::compat::vec[][src]

Expand description

std::vec

Structs

DrainFilterExperimental

An 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> and pronounced ‘vector’.