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