idx_set
idx_set
Returns the element at the specified index.
idx_set(int32_t index, T value)
| Parameter | Description |
|---|---|
| index | The zero-based index of the element to get. |
| value | the element at the specified index. |
Returns the element at the specified index.
idx_set(int32_t index, T value)
| Parameter | Description |
|---|---|
| index | The zero-based index of the element to get. |
| value | the element at the specified index. |