PolyTuple3<T, U, V> constructor

PolyTuple3<T, U, V>(
  1. T x,
  2. U y,
  3. V z
)

Implementation

PolyTuple3(this.x, this.y, this.z);