Module IStdlib.HashSet

Hash set interface for mutably constructing and iterating over unordered collections.

module type S = sig ... end
module Make (Key : IStdlib.IStd.Caml.Hashtbl.HashedType) : S with type elt = Key.t