pub type IVect = IVec2;
The integer vector type.
struct IVect { pub x: i32, pub y: i32, }
x: i32
y: i32