pub type RustcArcIndexSet<T> = IndexSet<T, BitSet<usize>, ArcFamily>;
IndexSet specialized to the rustc_index::bit_set::BitSet implementation with the ArcFamily.
IndexSet
rustc_index::bit_set::BitSet
ArcFamily
struct RustcArcIndexSet<T> { /* private fields */ }