• Type Parameters

    • T

    Parameters

    • arr: T[]

    Returns ((...items: T[]) => number)

      • (...items: T[]): number
      • Appends new elements to the end of an array, and returns the new length of the array.

        Parameters

        • Rest ...items: T[]

          New elements to add to the array.

        Returns number

Generated using TypeDoc