Coordinate.opBinary

opbinary + or - to use offset

struct Coordinate(Basis bs)
@safe @nogc nothrow pure
opBinary
(
string op
T
)
(
T off
)
if (
(
op == "+" ||
op == "-"
)
&&
isIntegral!T
)

Meta