Available on js
key => value iterator for js.lib.Set, tracking the entry index for the key to match the behavior of haxe.ds.List
inlinenew(set:Set<T>)
inlinehasNext():Bool
inlinenext():{value:T, key:Int}