Module flatcontainer::impls::offsets

source ·
Expand description

Types to represent offsets.

Structs§

  • A list of unsigned integers that uses u32 elements as long as they are small enough, and switches to u64 once they are not.
  • An offset container implementation that first tries to recognize strides, and then spilles into a regular offset list.

Enums§

  • A container for offsets that can represent strides of offsets.

Traits§