Point.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Point(uint DIMS, TYPE = double)
ref
Point!(DIMS, TYPE)
opOpAssign
(
string OP
)
(
Point!(DIMS, TYPE) p
)
if (
OP == "+" ||
OP == "-"
)

Meta