Tuple<T> constructor

Tuple<T>(
  1. T x,
  2. T y
)

Implementation

Tuple(this.x, this.y);