MpZ.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. MpZ opOpAssign(MpZ rhs)
    struct MpZ
    pure nothrow pragma(inline, true) @nogc ref return @trusted
    opOpAssign
    (
    string s
    )
    (
    auto ref const MpZ rhs
    )
    if (
    (
    s == "+" ||
    s == "-"
    ||
    s == "*"
    ||
    s == "/"
    ||
    s == "%"
    ||
    s == "&"
    ||
    s == "|"
    ||
    s == "^"
    )
    )
  2. MpZ opOpAssign(Rhs rhs)
  3. MpZ opOpAssign(Rhs rhs)

Meta