Module CCMap

Extensions of Standard Map

Provide useful functions and iterators on Map.S

since
0.5
type 'a iter = ('a -> unit) -> unit

Fast internal iterator.

since
2.8
type 'a printer = Stdlib.Format.formatter -> 'a -> unit
module type OrderedType = Stdlib.Map.OrderedType
module type S = sig ... end
module Make : functor (O : Stdlib.Map.OrderedType) -> S with type 'a Make.t = 'a Stdlib.Map.Make(O).t and type Make.key = O.t