Swaps the elements of the list at the given indices.
The list or array whose two elements will be swapped
The first index of the swap operation
The second index of the swap operation
If the given indices are out of bounds.
Swaps the elements of the list at the given indices.