pub type Vector4i = Vector4<i32>;
#[repr(transparent)]pub struct Vector4i { pub v: [i32; 4], }
v: [i32; 4]