pub type Vec4 = TVec4<f32>;
A 4 component f32 vector
#[repr(align(16))]pub struct Vec4 { /* private fields */ }