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