swapAB method

Pair<T> swapAB()

Implementation

Pair<T> swapAB() {
  return Pair(b, a);
}