Functor Collection.Set.Imperative.MakeHashSet


module MakeHashSet: 
functor (T : Hashtbl.HashedType) -> Collection.Set.IS with type elt = T.t
Parameters:
T : Hashtbl.HashedType

include Collection.Set.S
val create : int -> t
val clear : t -> unit
val copy : t -> t
val add : t -> elt -> unit
val remove : t -> elt -> unit