pub type RefIndexMatrix<'a, R, C> = IndexMatrix<'a, R, C, BitVec, RefFamily<'a>>;Expand description
IndexMatrix specialized to the BitVec implementation with the RefFamily.
Aliased Typeยง
struct RefIndexMatrix<'a, R, C> { /* private fields */ }