MpZ.opBinary

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

Meta