Type Alias indexical::impls::RustcArcIndexMatrix
source · pub type RustcArcIndexMatrix<R, C> = IndexMatrix<R, C, BitSet<usize>, ArcFamily>;
Expand description
IndexMatrix
specialized to the rustc_index::bit_set::BitSet
implementation with the ArcFamily
.
Aliased Type§
struct RustcArcIndexMatrix<R, C> { /* private fields */ }