pair<A, B> method

Pair<A, B> pair<A, B>(
  1. B second
)

Implementation

Pair<A,B> pair<A,B>(B second) => Pair<A,B>(this, second);