Module CCHashSetSource

Mutable Set

status: unstable

Sourcetype 'a sequence = ('a -> unit) -> unit
Sourcetype 'a printer = Format.formatter -> 'a -> unit
Sourcemodule type S = sig ... end
Sourcemodule type ELEMENT = sig ... end
Sourcemodule Make (E : ELEMENT) : S with type elt = E.t