• 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.

    Type Parameters

    • T extends any[]

      The element types of the input iterables as a tuple, as well as the type of the yielded tuples.

    Parameters

    Returns Generator<T, void, undefined>

    A new generator

Generated using TypeDoc