pub type Vector = Vec<f32>;
Vector type alias for f32 vectors
pub struct Vector { /* private fields */ }