SerialInteger.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SerialInteger opOpAssign(T rhs)
  2. SerialInteger opOpAssign(SerialInteger rhs)
    struct SerialInteger(T)
    ref nothrow @nogc
    opOpAssign
    (
    string op
    )
    if (
    op == "+" ||
    op == "-"
    )

Meta