@hyperjump/pact
    Preparing search index...

    Function flatten

    • Yields values from the iterator with all sub-iterator elements concatenated into it recursively up to the specified depth.

      Type Parameters

      • A

      Parameters

      • iterator: NestedIterable<A>
      • Optionaldepth: number

      Returns Generator<A | NestedIterable<A>>