IndexSet

Type Alias IndexSet 

Source
pub type IndexSet<T> = IndexSet<'static, T, RustcBitSet, RcFamily>;
Expand description

IndexSet specialized to the bit_set::BitSet implementation.

Aliased Typeยง

pub struct IndexSet<T> { /* private fields */ }