pub type ArcIndexSet<'a, T> = IndexSet<'a, T, BitVec, ArcFamily>;
IndexSet specialized to the BitVec implementation with the ArcFamily.
IndexSet
BitVec
ArcFamily
struct ArcIndexSet<'a, T> { /* private fields */ }