Available on all targets
This Key/Value iterator can be used to iterate across maps.
inlinenew(map:IMap<K, V>)
inlinehasNext():Bool
See Iterator.hasNext
Iterator.hasNext
inlinenext():{value:V, key:K}
See Iterator.next
Iterator.next