Module Bucket.Make_2
Parameters
Signature
include Bucket_intf.BUCKET_CONFIG
type ttype bucket= t
val to_bigarray : bucket -> Kv_hash__.Util.int_bigarrayval of_bigarray : Kv_hash__.Util.int_bigarray -> bucket
val find : bucket -> k -> v optionval insert : bucket -> k -> v -> [ `Ok | `Split of (k * v) list * k * (k * v) list ]val init_sorted : bucket -> (k * v) list -> unitval show : bucket -> unitval export : bucket -> Bucket_intf.exported_bucket
module With_debug : functor () sig ... end