Expand description
Operations to create indexes used to perform fast rank & select operations on bitvectors.
Re-exports§
pub use crate::bits::Bits;
Modules§
- bits
- Type to represent bits, and basic count/rank/select functions for it.
Structs§
- Indexed
Bits - Bits stored with extra index data for fast rank and select.