Module std::vec

Expand description

A vector type for dynamically sized arrays outside of storage.

Structs

A contiguous growable array type, written as Vec<T>, short for ‘vector’.