package js.lib
import js.lib.Set
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}
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/SetKeyValueIterator.html