Function FRect.opBinary

Binary operation overload template to move rectangle's position by an offset as a dsdl2.FPoint

FRect opBinary(string op) (
  const FPoint offset
) const
if (op == "+" || op == "-");