type nonrec (!'key, !'z) create_options =
?growth_allowed:bool ->
?size:int ->
(module Base__.Hashtbl_intf.Key.S with type t = 'key) ->
'zval create :
?growth_allowed:bool ->
?size:int ->
(module Base__Hash_set_intf.Key.S with type t = 'a) ->
'a tval of_list :
?growth_allowed:bool ->
?size:int ->
(module Base__Hash_set_intf.Key.S with type t = 'a) ->
'a list ->
'a tval is_empty : 'a t -> boolval iter : 'a t -> f:('a elt -> unit) -> unitval fold : 'a t -> init:'acc -> f:('acc -> 'a elt -> 'acc) -> 'accval fold_result :
'a t ->
init:'acc ->
f:('acc -> 'a elt -> ('acc, 'e) result) ->
('acc, 'e) resultval fold_until :
'a t ->
init:'acc ->
f:('acc -> 'a elt -> ('acc, 'final) Base__Container_intf.Continue_or_stop.t) ->
finish:('acc -> 'final) ->
'finalval exists : 'a t -> f:('a elt -> bool) -> boolval for_all : 'a t -> f:('a elt -> bool) -> boolval count : 'a t -> f:('a elt -> bool) -> intval sum :
(module Base__Container_intf.Summable with type t = 'sum) ->
'a t ->
f:('a elt -> 'sum) ->
'sumval find : 'a t -> f:('a elt -> bool) -> 'a elt optionval find_map : 'a t -> f:('a elt -> 'b option) -> 'b optionval to_list : 'a t -> 'a elt listval to_array : 'a t -> 'a elt arrayval min_elt : 'a t -> compare:('a elt -> 'a elt -> int) -> 'a elt optionval max_elt : 'a t -> compare:('a elt -> 'a elt -> int) -> 'a elt optionval mem : 'a t -> 'a -> boolval add : 'a t -> 'a -> unitval strict_add : 'a t -> 'a -> (unit, Base__.Info.t) resultval strict_add_exn : 'a t -> 'a -> unitval remove : 'a t -> 'a -> unitval strict_remove : 'a t -> 'a -> (unit, Base__.Info.t) resultval strict_remove_exn : 'a t -> 'a -> unitval equal : 'a t -> 'a t -> boolval filter : 'a t -> f:('a -> bool) -> 'a tval filter_inplace : 'a t -> f:('a -> bool) -> unitval inter : 'key t -> 'key t -> 'key tval union : 'a t -> 'a t -> 'a tval diff : 'a t -> 'a t -> 'a tval of_hashtbl_keys : ('a, 'b) Base__.Hashtbl.t -> 'a tval to_hashtbl : 'key t -> f:('key -> 'data) -> ('key, 'data) Base__.Hashtbl.tval hashable_s : 'key t -> 'key Key.ttype nonrec ('key, !'z) create_options_without_first_class_module =
?growth_allowed:bool ->
?size:int ->
'zmodule Poly : sig ... endmodule M (Elt : sig ... end) : sig ... endval m__t_sexp_grammar :
(module Base__Hash_set_intf.M_sexp_grammar with type t = 'elt) ->
'elt t Sexplib0.Sexp_grammar.tval equal_m__t : (module Equal_m) -> 'elt t -> 'elt t -> bool