ArcIndexSet

Type Alias ArcIndexSet 

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

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

Aliased Typeยง

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