pub type IVector = IVec2;
The integer vector type.
#[repr(C)]pub struct IVector { pub x: i32, pub y: i32, }
x: i32
y: i32