ixfx
    Preparing search index...

    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

      • ...its: Iterable<V, any, any>[]

      Returns Generator<V>

    • Type Parameters

      • V

      Parameters

      • ...its: AsyncIterable<V, any, any>[]

      Returns AsyncGenerator<V>