Functor Collection.Map.Imperative.MakeHashMap


module MakeHashMap: 
functor (T : Hashtbl.HashedType) -> Collection.Map.IM with type key = T.t
Parameters:
T : Hashtbl.HashedType

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