• Returns an array of size newSize that starts with the contents of array. Either returns array if it has the correct size, or a new array with zero padding at the end.

    Type Parameters

    Parameters

    • array: T
    • newSize: number

    Returns T

Generated using TypeDoc