Module ockam_core::compat::vec
source · Expand description
Provides std::vec.
Modules§
- A contiguous growable array type with heap-allocated contents, written
Vec<T>.
Macros§
- Creates a
Veccontaining the arguments.
Structs§
- 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’. - Extract
If Experimental An iterator which uses a closure to determine if an element should be removed.