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