Function Rect.opOpAssign

Operator assignment overload template to move rectangle's position in-place by an offset as a dsdl2.Point

inout ref inout(Point) opOpAssign(string op) (
  const Point offset
)
if (op == "+" || op == "-");