Skip to main content

interface AsyncFastIterable<T>

An interface that extends the standard AsyncIterable interface to return an AsyncFastIterator instead of a normal AsyncIterator.

Implemented by: AsyncStream<T>

Type parameters

NameDescription
Tthe element type

Methods

[Symbol.asyncIterator]

undocumented

Definition

[Symbol.asyncIterator](): AsyncFastIterator<T>;