Module Plebeia.Node_offsetsSource

Sourcetype t = {
  1. index_part : int;
  2. hash_prefix : int;
  3. flags : int;
  4. count : int;
  5. flags_combined : bool;
  6. segment_area_length : int;
}
Sourceval make_offsets : bytes_per_cell:int -> bytes_per_hash:int -> with_count:bool -> t