W3cubDocs

/Haxe

DynamicAccessIterator<T>

package haxe.iterators

Available on all platforms

This iterator can be used to iterate over the values of haxe.DynamicAccess.

Constructor

inlinenew(access:DynamicAccess<T>)

Methods

inlinehasNext():Bool

See Iterator.hasNext

inlinenext():T

See Iterator.next

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/iterators/DynamicAccessIterator.html