swap method

AkoPair<B, A> swap()

Implementation

AkoPair<B, A> swap() {
  return AkoPair(first: second, second: first);
}