package index

  1. Overview
  2. Docs
type key
type value
type t = private {
  1. key : key;
  2. key_hash : int;
  3. value : value;
}
val t : t Repr.t
val v : key -> value -> t
val encoded_size : int
val encoded_sizeL : Optint.Int63.t
val decode : string -> int -> t
val decode_key : string -> int -> key * int
val decode_value : string -> int -> value
val encode : t -> (string -> unit) -> unit
val encode' : key -> value -> (string -> unit) -> unit
val compare : t -> t -> int