"Idiomatic" usage:

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

Type Parameters

  • T

Hierarchy

Implemented by

Properties

Methods

Properties

hasNext: boolean

Methods

  • Returns T

Generated using TypeDoc