"Idiomatic" usage:
const it = ...; while (it.hasNext) { const v = it.move(); ... }
Generated using TypeDoc
"Idiomatic" usage:
const it = ...; while (it.hasNext) { const v = it.move(); ... }