PolyTuple<T, U> constructor

PolyTuple<T, U>(
  1. T x,
  2. U y
)

Implementation

PolyTuple(this.x, this.y);