opOpAssignImpl

Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssignImpl
(
string op
T
U
)
(
ref P!T a
,
const U b
)
if (
__traits(compiles, mixin ("a.vector" ~ op ~ "=b")) &&
(
op == "-" ||
op == "+"
)
)

Meta