Type Alias vector::Vector

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

A vector.