Module sux::traits

source ·
Expand description

Main traits used in the implementation of succinct and compressed data structures.

See the discussion in bit_field_slice about the re-export of its traits.

Re-exports§

Modules§

  • Traits for slices of bit fields of constant width.
  • Custom conversion trait.
  • Traits for indexed dictionaries, possibly with support for additional operations such as predecessor and successor.
  • Unchecked iterators.
  • Basic traits for succinct operations on bit vectors, including Rank and Select.