IndexMatrix

Type Alias IndexMatrix 

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

IndexMatrix specialized to the bit_set::BitSet implementation.

Aliased Typeยง

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