indexical::bitset::bitvec

Type Alias IndexMatrix

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

IndexMatrix specialized to the BitVec implementation.

Aliased Typeยง

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