Skip to main content

VecOne

Type Alias VecOne 

Source
pub type VecOne<T> = VecMin<T, 1>;
Expand description

A VecMin with a minimum length of 1.

Aliased Typeยง

pub struct VecOne<T> { /* private fields */ }