indexical::bitset::bitvec

Type Alias ArcIndexMatrix

Source
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 */ }