Available on all platforms
This Key/Value iterator can be used to iterate across maps.
@:keepinlinenew(map:IMap<K, V>)
@:keepinlinehasNext():Bool
See Iterator.hasNext
Iterator.hasNext
@:keepinlinenext():{value:V, key:K}
See Iterator.next
Iterator.next