Maps.Intval empty : _ tval find_exn : int -> 'a t -> 'aException-raising find function.
val find_opt : int -> 'a t -> 'a optionOption-returning find function.
Add a new binding, shadowing any earlier bdingin to the same key.
val iter : (int -> 'a -> unit) -> 'a t -> unitIter on the map.
val fold : (int -> 'a -> 'acc -> 'acc) -> 'a t -> 'acc -> 'accFold on the map.