Constructor
new Sequencer(iterablesByName, options)
Parameters:
| Name | Type | Description |
|---|---|---|
iterablesByName |
Object | the property names and iterables used by @@iterator() |
options |
Object | see subclass documentation |
- Source:
Methods
@@iterator()
The [Symbol.iterator]() generator function* that implements the
iterable protocol