• Returns a sequence of each element in the input sequence and its predecessor, with the exception of the first element which is only returned as the predecessor of the second element.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Returns OperatorFunction<TSource, TSource[]>

    The result sequence.

Generated using TypeDoc