Pair<T, S> constructor

Pair<T, S>(
  1. T left,
  2. S right
)

Implementation

Pair(this.left, this.right);