| Parameter | Description |
|---|---|
| index | The index to overwrite with the last element. |
Copies the last element of this list to the specified index. Decrements the length by 1.
Useful as a cheap way to remove an element from this list when you don't care about preserving order.