Expand description
An in-place growable vector.
Structs§
- Into
Iter - An iterator that moves out of a vector.
- TryReserve
Error - 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§
- Growth
Strategy - The strategy to employ when growing a vector.