Add the element to the beginning of the array.
value | Additional value |
Size after addition
If multiple elements are specified, multiple elements can be added at the beginning.
In this case, for example, if passed in the order of a, b, c, the first element of the array will be in the order of a, b, c.