Functor Collection.Map.Imperative.MakeMutable


module MakeMutable: 
functor (Map : Collection.Map.PM) -> Collection.Map.IM with type key = Map.key
Parameters:
Map : Collection.Map.PM

include Collection.Map.M
val create : int -> 'a t
val clear : 'a t -> unit
val copy : 'a t -> 'a t
val add : 'a t -> key -> 'a -> unit
val remove : 'a t -> key -> unit