Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Iterator<T>

Type parameters

  • T

Hierarchy

  • Iterator

Implemented by

Index

Methods

Methods

next

  • next(): { done: boolean; value?: T }