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