• Creates an iterable from the specified elements.

    Type Parameters

    • TSource

      The type of the elements to create an iterable sequence.

    Parameters

    • Rest ...args: TSource[]

      The elements to turn into an iterable sequence.

    Returns Iterable<TSource>

    The iterable sequence created from the elements.

Generated using TypeDoc