pub type VecOne<T> = VecMin<T, 1>;
A VecMin with a minimum length of 1.
VecMin
pub struct VecOne<T> { /* private fields */ }