Insert a copy of value at specified position into this.
Use Array and insert_val instead.
If value is null, an uninitialized value is inserted.
| this |
ValueArray to add an element to |
| index_ |
insertion position, must be <= value_array->;n_values |
| value |
Value to copy into ValueArray, or null |
|
the ValueArray passed in as this |