pub type Vector3i = Vector3<i32>;
#[repr(transparent)]pub struct Vector3i { pub v: [i32; 3], }
v: [i32; 3]