class MapApplyIterator<T,A,R>
undocumented
Extends: FastIteratorBase<T>
Type parameters
Name | Constraints | Description |
---|---|---|
T | readonly unknown[] | undocumented |
A | readonly unknown[] | undocumented |
R | undocumented |
Properties
iter
undocumented
iter
Definition
iter:
FastIterator
<T>;
Methods
fastNext
undocumented
fastNext
next
Returns the next IteratorResult
.
next
IteratorResult
.