Options
All
  • Public
  • Public/Protected
  • All
Menu

Cache the results of the iterator

Type parameters

  • T

Hierarchy

  • OnceIter

Implements

  • Iterable<T>

Index

Constructors

Methods

Constructors

constructor

  • new OnceIter<T>(source: Iterable<T>): OnceIter<T>

Methods

[iterator]

  • [iterator](): Iterator<T, any, undefined>
  • Returns Iterator<T, any, undefined>

Generated using TypeDoc