class AsyncPrependIterator<T>
undocumented
Extends: AsyncFastIteratorBase<T>
Type parameters
Name | Description |
---|---|
T | undocumented |
Properties
return
undocumented
return
source
undocumented
source
Definition
readonly source:
AsyncFastIterator
<T>;
Methods
fastNext
undocumented
fastNext
Definition
fastNext<O>(otherwise?: AsyncOptLazy<O>):
MaybePromise
<T
|
O>;
Type parameters
Name | Description |
---|---|
O |
Parameters
Name | Type | Description |
---|---|---|
otherwise | AsyncOptLazy<O> |