Hashtbl.Private
module type Creators_generic = sig ... end
type nonrec ('key, 'data, !'z) create_options_without_first_class_module = ?growth_allowed:bool -> ?size:int -> 'z
val hashable : ('key, 'a) t -> 'key Base__Hashable_intf.Hashable.t