package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Dict.S
type t
val find : t -> int -> string option
val index : t -> string -> int option
val flush : t -> unit
val sync : t -> unit

syncs a readonly dict with the file on disk.

val clear : t -> unit
val close : t -> unit
val valid : t -> bool
val v : ?fresh:bool -> ?readonly:bool -> ?capacity:int -> string -> t