Module creusot_contracts::std::vec

source ·

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.