Pair<L, R> constructor

Pair<L, R>(
  1. L left,
  2. R right
)

Implementation

Pair(this.left, this.right);