Armory 3D Engine
class
RestKeyValueIterator<
T
>
package
haxe.iterators
Methods
inline
hasNext
():
Bool
inline
next
():{value:
T
, key:
Int
}