PairDiff<T, R> constructor

PairDiff<T, R>(
  1. T first,
  2. R second
)

Implementation

PairDiff(this.first, this.second);