Pair<T1, T2> constructor

Pair<T1, T2>(
  1. T1 left,
  2. T2 right
)

Implementation

Pair(this.left, this.right);