Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ForOfAdaptor<T, InputIterator>

Adaptor for for ... of iteration.

author

Jeongho Nam - https://github.com/samchon

Type parameters

Hierarchy

  • ForOfAdaptor

Implements

  • IterableIterator<T>

Index

Constructors

Methods

Constructors

constructor

  • new ForOfAdaptor(first: InputIterator, last: InputIterator): ForOfAdaptor

Methods

[Symbol.iterator]

  • [Symbol.iterator](): IterableIterator<T>

next

  • next(): IteratorResult<T>

Generated using TypeDoc