Function reversed

  • Creates a new array with the elements from the iterable in reverse order.

    Returns

    A new array with the elements reversed.

    Type Parameters

    • T

    Parameters

    • iterable: Iterable<T>

      The iterable to inspect.

    Returns T[]

Generated using TypeDoc