pub type bmat2 = bmat2x2;
Matrix of 2 x 2 boolean values.
struct bmat2(pub [Element<bvec2>; 2], pub PhantomData<fn(_: bvec2)>);
0: [Element<bvec2>; 2]
1: PhantomData<fn(_: bvec2)>