Module Irmin_pack.Dict

include Dict.S
type t
val find : t -> int -> string option
val index : t -> string -> int option
val sync : t -> unit
val v : ?⁠fresh:bool -> ?⁠readonly:bool -> ?⁠capacity:int -> string -> t
val clear : t -> unit
val close : t -> unit
val valid : t -> bool
val v : ?⁠fresh:bool -> ?⁠readonly:bool -> ?⁠capacity:int -> string -> t