Pair<T, A> constructor

Pair<T, A>(
  1. T first,
  2. A second
)

Implementation

Pair(this.first, this.second);