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)>