vlocode-project - v1.41.2
    Preparing search index...

    Function concat

    • Merge multiple iterators together into a single iterable.

      Type Parameters

      • T

      Parameters

      • ...itrs: (Iterable<T, any, any> | undefined)[]

        iterators to merge

      Returns Iterable<T>