"Idiomatic" usage:

const it = ...; while (it.hasNext) { const v = it.move(); ... }

Hierarchy

  • ElementLocationIterator

Implements

Constructors

Properties

advance: any
current: any
elements: any
hasNext: boolean
idx: any
maxIdx: any
structure: any
unitIndex: any

Methods

Generated using TypeDoc