Position<T extends num> constructor

Position<T extends num>(
  1. T x,
  2. T y
)

Implementation

Position(this.x, this.y);