Options
All
  • Public
  • Public/Protected
  • All
Menu

"Idiomatic" usage:

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

Type parameters

  • T

Hierarchy

Implemented by

Index

Properties

Methods

Properties

hasNext: boolean

Methods

  • move(): T
  • Returns T

Generated using TypeDoc