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