Vector

Type Alias Vector 

Source
pub type Vector<const N: usize> = [f32; N];
Expand description

A vector.