SwapValues

Swaps two values.

@param a A variable containing the first value. @param b A variable containing the second value.

@post The values within the the two variables are swapped.

void
SwapValues
(
T
)
(
ref T a
,
ref T b
)

Meta