This Key/Value iterator can be used to iterate across maps.

Constructor

@:keepinlinenew(map:IMap<K, V>)

Methods

@:keepinlinehasNext():Bool

@:keepinlinenext():{value:V, key:K}