hl.NativeArrayIterator
hl.NativeArrayIterator
Fields
| Name | Type | |
|---|---|---|
arr | Array | |
pos | I32 | |
length | I32 |
Protos
f@31041hasNext(hl.NativeArrayIterator) → Boolf@31042next(hl.NativeArrayIterator) → Dyn
Bindings
- static
f@31043__constructor__(hl.NativeArrayIterator, Array) → Void