ArcIndexMatrix

Type Alias ArcIndexMatrix 

Source
pub type ArcIndexMatrix<R, C> = IndexMatrix<'static, R, C, RustcBitSet, ArcFamily>;
Expand description

IndexMatrix specialized to the bit_set::BitSet implementation with the ArcFamily.

Aliased Typeยง

pub struct ArcIndexMatrix<R, C> { /* private fields */ }