• Converts the list into an Array. If the list is infinite, this will occur an error.

    Type Parameters

    • T

    Parameters

    • list: List<T>

      The list to be converted.

    Returns T[]

    The array of elements.

Generated using TypeDoc