MpZ.opOpAssign

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

Meta