Mod.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Mod
ref
opOpAssign
(
string op
U
)
(
U rhs
)
if (
(
op == `+` ||
op == `-`
||
op == `*`
)
&&
isIntegral!U
)

Meta