hl.types.ArrayDynIterator
hl.types.ArrayDynIterator
Fields
| Name | Type | |
|---|---|---|
a | hl.types.ArrayBase | |
len | I32 | |
pos | I32 |
Protos
f@31167hasNext(hl.types.ArrayDynIterator) → Boolf@31168next(hl.types.ArrayDynIterator) → Dyn
Bindings
- static
f@31166__constructor__(hl.types.ArrayDynIterator, hl.types.ArrayBase) → Void