package dokeysto_lz4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module KV : Dokeysto.Db_gen.Key_val

Signature

type t = Dokeysto__Db_gen.RO(KZV(KV)).t
val open_existing : Dokeysto__Db_gen.filename -> t
val dummy : unit -> t
val close : t -> unit
val mem : t -> 'k -> bool
val find : t -> 'k -> 'v
val iter : ('k -> 'v -> unit) -> t -> unit
val fold : ('k -> 'v -> 'acc -> 'acc) -> t -> 'acc -> 'acc
OCaml

Innovation. Community. Security.