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