Skip to main content

Module vec

Module vec 

Source
Expand description

An in-place growable vector.

Structs§

IntoIter
An iterator that moves out of a vector.
TryReserveError
Error that can happen when trying to reserve or commit memory for a vector.
Vec
An in-place growable vector.
VecBuilder
Used to create a new vector.

Enums§

GrowthStrategy
The strategy to employ when growing a vector.