val create : ?buckets_fn:string -> ?values_fn:string -> unit -> Nv_map_ii_.t tval batch_update_debug : 'a -> 'b -> unitval find_opt : Kv_hash__Nv_map_ii.Make_1(Raw_bucket)(Bucket_store_).t t -> string -> string optionval insert_hashed : Kv_hash__Nv_map_ii.Make_1(Raw_bucket)(Bucket_store_).t t -> 'a -> int -> string -> unitval insert : Kv_hash__Nv_map_ii.Make_1(Raw_bucket)(Bucket_store_).t t -> string -> string -> unitval batch : Kv_hash__Nv_map_ii.Make_1(Raw_bucket)(Bucket_store_).t t -> (string * [< `Delete | `Insert of string ]) list -> unitval close : Nv_map_ii_.t t -> unit
type nv_map_ii = Nv_map_ii_.t
val get_nv_map_ii : nv_map_ii t -> nv_map_ii
type nonrec t = Nv_map_ii_.t t
val get_values_file : 'a t -> Values_file.t