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