pub type ArcIndexSet<T> = IndexSet<'static, T, RustcBitSet, ArcFamily>;
IndexSet specialized to the bit_set::BitSet implementation with the ArcFamily.
IndexSet
bit_set::BitSet
ArcFamily
pub struct ArcIndexSet<T> { /* private fields */ }