Array.set
Sets an entry by index.
Arguments
The
value
to set.index
is an integer number, zero-based. If the index is out of range, an error will occur.
Return values
None
Complexity
Constant
Example
Output:
5
newValue
Sets an entry by index.
The
None
Constant