pub type I32x3 = Vector<i32, 3>;
A 3-dimensional vector of i32s.
i32
pub struct I32x3(pub [i32; 3]);
0: [i32; 3]