key => value iterator for js.lib.Set, tracking the entry index for the key to match the behavior of haxe.ds.List

Constructor

inlinenew(set:Set<T>)

Methods

inlinehasNext():Bool

inlinenext():{value:T, key:Int}