swapPairAsPair method

Pair swapPairAsPair(
  1. Pair pair
)

Swaps a Pair when is of type Pair.

Implementation

Pair swapPairAsPair(Pair pair) {
  return pair.swapAB();
}