Module Bucket.Bucket0
Standard bucket; other buckets may be used for testing
module Config_ : sig ... endinclude sig ... end
type t= Make_2(Config_).ttype bucket= t
val to_bigarray : bucket -> Kv_hash__.Util.int_bigarrayval of_bigarray : Kv_hash__.Util.int_bigarray -> bucketval find : bucket -> int -> int optionval insert : bucket -> int -> int -> [ `Ok | `Split of (int * int) list * int * (int * int) list ]val init_sorted : bucket -> (int * int) list -> unitval show : bucket -> unitval export : bucket -> Kv_hash.Bucket_intf.exported_bucket
module With_debug : functor () sig ... end