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