method Array.unshift
Private
Array.unshift(...items: T[]): number

Inserts new elements at the start of an array, and returns the new length of the array.

Parameters

...items: T[]

Return Type

number