pub type imat4 = imat4x4;
Matrix of 4 x 4 signed integer values.
struct imat4(pub [Element<ivec4>; 4], pub PhantomData<fn(_: ivec4)>);
0: [Element<ivec4>; 4]
1: PhantomData<fn(_: ivec4)>