pub type umat3 = umat3x3;
Matrix of 3 x 3 unsiged integer values.
struct umat3(pub [Element<uvec3>; 3], pub PhantomData<fn(_: uvec3)>);
0: [Element<uvec3>; 3]
1: PhantomData<fn(_: uvec3)>