Constructor
new FallbackIterator(values)
Parameters:
| Name | Type | Description |
|---|---|---|
values |
Array |
|
- Source:
Methods
next() → {IterationValue}
Returns the next IteratorResult for this iterator.
- Source:
Returns:
The next IteratorResult for this iterator.
- Type
- IterationValue