haxe.ds.List
haxe.ds.List
Fields
| Name | Type | |
|---|---|---|
h | haxe.ds._List.ListNode | |
q | haxe.ds._List.ListNode | |
length | I32 |
Protos
f@2633add(haxe.ds.List, Dyn) → Voidf@2634push(haxe.ds.List, Dyn) → Voidf@2635pop(haxe.ds.List) → Dynf@2636remove(haxe.ds.List, Dyn) → Boolf@2637iterator(haxe.ds.List) → haxe.ds._List.ListIterator
Bindings
- static
f@2639__constructor__(haxe.ds.List) → Void