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