Skip to main content

Module vec1

Module vec1 

Source
Expand description

Vec1<T> represents a non-empty Vec<T>.

Structsยง

EmptyVec
Represents the only error that can be emitted by Vec1, i.e. when the number of items is zero.
Vec1
Vec1<T> represents a non-empty Vec<T>. It derefs to Vec<T> directly.