Module IStdlib.HashSet

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

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