pub type umat2 = umat2x2;
Matrix of 2 x 2 unsiged integer values.
struct umat2(pub [Element<uvec2>; 2], pub PhantomData<fn(_: uvec2)>);
0: [Element<uvec2>; 2]
1: PhantomData<fn(_: uvec2)>