Parameters
Signature
type t = private {
key : K.t;
key_hash : int;
value : V.t;
}
val decode : string -> int -> t
val decode_key : string -> int -> K.t * int
val decode_value : string -> int -> V.t
val encode : t -> (string -> unit) -> unit
val encode' : K.t -> V.t -> (string -> unit) -> unit
val compare : t -> t -> int