pub type bmat4 = bmat4x4;
Matrix of 4 x 4 boolean values.
struct bmat4(pub [Element<bvec4>; 4], pub PhantomData<fn(_: bvec4)>);
0: [Element<bvec4>; 4]
1: PhantomData<fn(_: bvec4)>