pub type imat3 = imat3x3;
Matrix of 3 x 3 signed integer values.
struct imat3(pub [Element<ivec3>; 3], pub PhantomData<fn(_: ivec3)>);
0: [Element<ivec3>; 3]
1: PhantomData<fn(_: ivec3)>