class AsyncPrependIterator<T>
undocumented
Extends: AsyncFastIteratorBase<T>
Type parameters
Name | Description |
---|---|
T | undocumented |
Properties
return
undocumented
return
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> |
Overrides
next
undocumented
next