Functor Collection.Set.Imperative.MakeMutable


module MakeMutable: 
functor (Set : Collection.Set.PS) -> Collection.Set.IS with type elt = Set.elt
Parameters:
Set : Collection.Set.PS

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