Module Make.Entry

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