Skip to content

haxe.ds.List

haxe.ds.List

Fields

NameType
hhaxe.ds._List.ListNode
qhaxe.ds._List.ListNode
lengthI32

Protos

  • f@2633 add(haxe.ds.List, Dyn) → Void
  • f@2634 push(haxe.ds.List, Dyn) → Void
  • f@2635 pop(haxe.ds.List) → Dyn
  • f@2636 remove(haxe.ds.List, Dyn) → Bool
  • f@2637 iterator(haxe.ds.List) → haxe.ds._List.ListIterator

Bindings

  • static f@2639 __constructor__(haxe.ds.List) → Void