Exchange two ranges of values!
an array (updated!)
begin index of first range
end index of first range (exclusive)
begin index of second range
end index of second range (exclusive)
x | x[i..I] ⇔ x[j..J]
Generated using TypeDoc
Exchange two ranges of values!