pub type U32x4 = Vector<u32, 4>;
A 4-dimensional vector of u32s.
u32
pub struct U32x4(pub [u32; 4]);
0: [u32; 4]