Type Alias indexical::impls::RustcIndexSet
source · pub type RustcIndexSet<T> = IndexSet<T, BitSet<usize>, RcFamily>;
Expand description
IndexSet
specialized to the rustc_index::bit_set::BitSet
implementation.
Aliased Type§
struct RustcIndexSet<T> { /* private fields */ }