• Gets the elements without the first from the list.

    Type Parameters

    • T

    Parameters

    • list: List<T>

      The source list.

    Returns List<T>

    The rest element of list.

Generated using TypeDoc