tyneq / IteratorFactory
Type Alias: IteratorFactory()<T>
IteratorFactory<
T> = () =>Enumerator<T>
Defined in: src/types/core.ts:81
Function that produces a fresh Enumerator each time it is called.
Type Parameters
| Type Parameter |
|---|
T |
Returns
Enumerator<T>