package index

  1. Overview
  2. Docs

Module Entry.MakeSource

Parameters

module K : Key
module V : Value

Signature

Sourcetype t = private {
  1. key : K.t;
  2. key_hash : int;
  3. value : V.t;
}
Sourceval t : t Repr.t
Sourceval v : K.t -> V.t -> t
Sourceval encoded_size : int
Sourceval decode : string -> int -> t
Sourceval decode_key : string -> int -> K.t * int
Sourceval decode_value : string -> int -> V.t
Sourceval encode : t -> (string -> unit) -> unit
Sourceval encode' : K.t -> V.t -> (string -> unit) -> unit
Sourceval compare : t -> t -> int
OCaml

Innovation. Community. Security.