pub type imat2 = imat2x2;
Matrix of 2 x 2 signed integer values.
struct imat2(pub [Element<ivec2>; 2], pub PhantomData<fn(_: ivec2)>);
0: [Element<ivec2>; 2]
1: PhantomData<fn(_: ivec2)>