Point.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Point(T)
opOpAssign
(
string op
T
)
(
T b
)
if (
__traits(compiles, opOpAssignImpl!op(this, b))
)

Meta