pub type RustcRefIndexMatrix<'a, R, C> = IndexMatrix<R, C, BitSet<usize>, RefFamily<'a>>;
Expand description

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

Aliased Type§

struct RustcRefIndexMatrix<'a, R, C> { /* private fields */ }