Module type Hash_set.Creators

type 'a t
val create : ?⁠growth_allowed:bool -> ?⁠size:int -> 'a Base__.Hash_set_intf.Key.t -> 'a t
val of_list : ?⁠growth_allowed:bool -> ?⁠size:int -> 'a Base__.Hash_set_intf.Key.t -> 'a list -> 'a t