Type Alias Vector4i

Source
pub type Vector4i = Vector4<i32>;

Aliased Type§

#[repr(transparent)]
pub struct Vector4i { pub v: [i32; 4], }

Fields§

§v: [i32; 4]