Type Alias indexical::bitset::bitvec::IndexSet

source ·
pub type IndexSet<T> = IndexSet<'static, T, BitVec, RcFamily>;
Available on crate feature bitvec only.
Expand description

IndexSet specialized to the BitVec implementation.

Aliased Type§

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