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 Vec containing 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’.
  • ExtractIfExperimental
    An iterator which uses a closure to determine if an element should be removed.