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

    Function flatten

    • Flatten iterable

      Type Parameters

      • T

      Parameters

      • itr: RecursiveIterable<T>

        Iterable to flatten

      Returns Iterable<UnpackIterable<T>>