interface AsyncFastIterable<T>
undocumented
Implemented by: AsyncStream<T>
Type parameters
Name | Description |
---|---|
T | undocumented |
Methods
[Symbol.asyncIterator]
undocumented
[Symbol.asyncIterator]
Definition
[Symbol.asyncIterator]():
AsyncFastIterator
<T>;