Pair<T> constructor

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

Implementation

Pair(this.first, this.second);