Type Alias indexical::impls::RustcArcIndexSet

source ·
pub type RustcArcIndexSet<T> = IndexSet<T, BitSet<usize>, ArcFamily>;
Expand description

IndexSet specialized to the rustc_index::bit_set::BitSet implementation with the ArcFamily.

Aliased Type§

struct RustcArcIndexSet<T> { /* private fields */ }