Type Alias indexical::impls::RustcIndexMatrix

source ·
pub type RustcIndexMatrix<R, C> = IndexMatrix<R, C, BitSet<usize>, RcFamily>;
Expand description

IndexMatrix specialized to the rustc_index::bit_set::BitSet implementation.

Aliased Type§

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