• Prepend a value to an iterable sequence.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • Rest ...args: TSource[]

      Elements to prepend to the specified sequence.

    Returns MonoTypeOperatorFunction<TSource>

    The source sequence prepended with the specified values.

Generated using TypeDoc