This operator returns the same iterator, but makes sure it will be an (Async)IterableIterator.
const iterableIterator = await pipe( someBareIterator, identity(), )
the same (Async)Iterator but guaranteed to be an (Async)IterableIterator
Generated using TypeDoc
This operator returns the same iterator, but makes sure it will be an (Async)IterableIterator.
Example
Returns
the same (Async)Iterator but guaranteed to be an (Async)IterableIterator