pub type bmat3 = bmat3x3;
Matrix of 3 x 3 boolean values.
struct bmat3(pub [Element<bvec3>; 3], pub PhantomData<fn(_: bvec3)>);
0: [Element<bvec3>; 3]
1: PhantomData<fn(_: bvec3)>