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