module MakeMutable: functor (Set : Collection.Set.PS) -> Collection.Set.IS with type elt = Set.elt
functor (
Set
:
Collection.Set.PS
) ->
Collection.Set.IS
with type elt = Set.elt
include Collection.Set.S
val create : int -> t
int -> t
val clear : t -> unit
t -> unit
val copy : t -> t
t -> t
val add : t -> elt -> unit
t -> elt -> unit
val remove : t -> elt -> unit