indexical::bitset::bitvec

Type Alias ArcIndexSet

Source
pub type ArcIndexSet<'a, T> = IndexSet<'a, T, BitVec, ArcFamily>;
Expand description

IndexSet specialized to the BitVec implementation with the ArcFamily.

Aliased Typeยง

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