Module type Collection.Map.IM


module type IM = sig .. end

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