int index, Value? value)
Insert a value into the array
Rather than replacing the value at the specified index, this function will move all subsequent data in order to make room for the new value.
| index | the index to write to |
| value | the value to write |