indexical::bitset::bitvec

Type Alias IndexSet

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

IndexSet specialized to the BitVec implementation.

Aliased Typeยง

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