• Bypasses a specified number of elements at the end of an iterable sequence.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • count: number

      Number of elements to bypass at the end of the source sequence.

    Returns MonoTypeOperatorFunction<TSource>

    An iterable sequence containing the source sequence elements except for the bypassed ones at the end.

Generated using TypeDoc