Exchange two values.
an array
an index
another index
x' | x' = x; x'[i] = x[j]; x'[j] = x[i]
Generated using TypeDoc
Exchange two values.