• Flattens the nested iterable by the given depth.

    Type Parameters

    • T

      The type of elements in the source sequence.

    Parameters

    • Optional depth: number = Infinity

      The depth to flatten the iterable sequence if specified, otherwise infinite.

    Returns MonoTypeOperatorFunction<T>

    An operator that flattens the iterable sequence.

Generated using TypeDoc