Function Set.opOpAssign

ditto (+= etc)

Set!T opOpAssign(string op) (
  const Set!T rhs
)
if (op == "+" || op == "-");