interface AsyncFastIterable<T>
An interface that extends the standard AsyncIterable interface to return an AsyncFastIterator instead of a normal AsyncIterator.
Type parameters
| Name | Description |
|---|---|
| T | the element type |
Methods
[Symbol.asyncIterator]
undocumented
[Symbol.asyncIterator]Definition
[Symbol.asyncIterator](): AsyncFastIterator<T>;