Returns an array which is a copy of inputArray extended to totalLength, with new values filled with fillValue. Input array is returned as-is if totalLength is not longer than its length.
inputArray
totalLength
fillValue
Generated using TypeDoc
Returns an array which is a copy of
inputArray
extended tototalLength
, with new values filled withfillValue
. Input array is returned as-is iftotalLength
is not longer than its length.