Functor Buckx.MakeBig

module MakeBig: 
functor (H : WeakHashable) -> S with type data = H.t
Parameters:
H : WeakHashable

type data 
type t 
val create : int -> t
val merge : t -> data -> data
val iter : t -> (data -> unit) -> unit
val clear : t -> unit
val release : t -> unit
val shallow_copy : t -> t
val addr : t -> int
val overwrite : old:t -> fresh:t -> unit
val pretty_debug : Format.formatter -> t -> int -> unit