Internal
Returns a new generator that yields elements that are tuples of respective elements from the input iterables.
The generator stops when the shortest input iterable is exhausted.
The element types of the input iterables as a tuple, as well as the type of the yielded tuples.
The input iterables
A new generator
Generated using TypeDoc
Returns a new generator that yields elements that are tuples of respective elements from the input iterables.
The generator stops when the shortest input iterable is exhausted.