pub type Vector4f = Vector4<f32>;
#[repr(transparent)]pub struct Vector4f { pub v: [f32; 4], }
v: [f32; 4]