• Push values onto an array.

    Type Parameters

    • T

    Parameters

    • result: T[]

      the array to push value onto

    • Optional values: Iterable<T>

      the values to add

    Returns void

Generated using TypeDoc