RefIndexSet

Type Alias RefIndexSet 

Source
pub type RefIndexSet<'a, T> = IndexSet<'a, T, RustcBitSet, RefFamily<'a>>;
Expand description

IndexSet specialized to the bit_set::BitSet implementation with the RefFamily.

Aliased Typeยง

pub struct RefIndexSet<'a, T> { /* private fields */ }