pub type QuadI = Quad<i32>;
#[repr(transparent)]pub struct QuadI(pub [Vec2<i32>; 4]);
0: [Vec2<i32>; 4]