Function RowCol.opBinary

Add or subtract one coordinate from another

Prototype

RowCol opBinary(string op)(
  RowCol rhs
) const @nogc
if (op == "+" || op == "-");

Authors

Copyright

License