haxe.ds._List.ListIterator
haxe.ds._List.ListIterator
Fields
| Name | Type | |
|---|---|---|
head | haxe.ds._List.ListNode |
Protos
f@31033hasNext(haxe.ds._List.ListIterator) → Boolf@31034next(haxe.ds._List.ListIterator) → Dyn
Bindings
- static
f@31035__constructor__(haxe.ds._List.ListIterator, haxe.ds._List.ListNode) → Void