Insert a copy of value as first element of this.
Use Array and prepend_val instead.
If value is null, an uninitialized value is prepended.
| this |
ValueArray to add an element to |
| value |
Value to copy into ValueArray, or null |
|
the ValueArray passed in as this |