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