IsomorphicIterable generator function optional return value.
IsomorphicIterable
Generator functions in this library can return either an ReadOnlyAsyncIterableIterator or an ReadOnlyIterableIterator depending on the input. This type simplifies the output of said functions.
IsomorphicIterable to get the output from.
IsomorphicIterable
generator function optional return value.Remarks
Generator functions in this library can return either an ReadOnlyAsyncIterableIterator or an ReadOnlyIterableIterator depending on the input. This type simplifies the output of said functions.
See