indexical::bitset::bitvec

Type Alias RefIndexSet

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

IndexSet specialized to the BitVec implementation with the RefFamily.

Aliased Typeยง

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