Insert lynx_value element into array at the index specified.
| Key | Description |
|---|---|
| [in] env | The environment in which lynx value runs, typically nullptr. |
| [in] object | The lynx_value representing array. |
| [in] index | The index of the property to set. |
| [in] value | The property value. |
Returns lynx_api_ok if the API succeeded. Returns lynx_api_array_expected if the types do not match.