RowCol.opBinary

Add or subtract one coordinate from another

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

Meta