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