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