W3cubDocs

/Haxe JavaScript

SetKeyValueIterator<T>

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

Constructor

inlinenew(set:Set<T>)

Methods

inlinehasNext():Bool

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

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/SetKeyValueIterator.html