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