pub type IndexSet<T> = IndexSet<'static, T, BitVec, RcFamily>;
IndexSet specialized to the BitVec implementation.
IndexSet
BitVec
struct IndexSet<T> { /* private fields */ }