Pair<E, F> constructor

Pair<E, F>(
  1. E first,
  2. F last
)

Implementation

Pair(this.first, this.last);