Module vec

Module vec 

Source
Expand description

A vector type that guarantees at least one element.

Structs§

NonEmptyVec
A vector that is guaranteed to contain at least one element.

Enums§

Error
Errors that can occur when creating a NonEmptyVec.