package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. index_part : int;
  2. hash_prefix : int;
  3. flags : int;
  4. count : int;
  5. flags_combined : bool;
  6. segment_area_length : int;
}
val make_offsets : bytes_per_cell:int -> bytes_per_hash:int -> with_count:bool -> t