Skip to main content

Module vec

Module vec 

Source
Expand description

Vector-backed collection types with additional invariants.

Structs§

Bounded
A VecDeque that keeps at most capacity items.
NonEmptyVec
A vector that is guaranteed to contain at least one element.

Enums§

Error
Errors that can occur when creating a NonEmptyVec.