Function concat

Return concatenation of iterators.

Non-streaming: If one of the input iterables is endless, the other ones won't be processed.

  • Type Parameters

    • V

    Parameters

    • Rest...its: Iterable<V>[]

    Returns Generator<V>

  • Type Parameters

    • V

    Parameters

    • Rest...its: AsyncIterable<V>[]

    Returns AsyncGenerator<V>