package index

  1. Overview
  2. Docs
A platform-agnostic multi-level index for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

index-1.0.0.tbz
sha256=9e2b60bffcad828b2c732cbdfb6c35627443062fb482d08e431035f78e54584a
sha512=44d710f5ef3007abfbbab4bcc8d408e59d55f109fff81c7be6513fb838092039b6af4371f6df14d1746eaa0b9784549ebfecd9cf8b0578fa831281162ba635e3

doc/index.unix/Index_unix/index.html

Module Index_unix

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.