Function that returns an iterator or an asynchronous iterator.
This is mainly used for in the createIterableIterator function, to infer the type of the generator function and the output.
Type of the items in the iterator or asynchronous iterator.
Function that returns an iterator or an asynchronous iterator.
Remarks
This is mainly used for in the createIterableIterator function, to infer the type of the generator function and the output.
See