pub type Vec4b = Vec4<bool>;
#[repr(C)]pub struct Vec4b { pub x: bool, pub y: bool, pub z: bool, pub w: bool, }
x: bool
y: bool
z: bool
w: bool