package index

  1. Overview
  2. Docs
module Make (K : Index.Key) (V : Index.Value) : Index.S with type key = K.t and type value = V.t
module Private : sig ... end

These modules should not be used. They are exposed purely for testing purposes.

type stats = {
  1. mutable bytes_read : int;
  2. mutable nb_reads : int;
  3. mutable bytes_written : int;
  4. mutable nb_writes : int;
}
val reset_stats : unit -> unit
val get_stats : unit -> stats
OCaml

Innovation. Community. Security.