MpZ.opBinaryRight

  1. MpZ opBinaryRight(Lhs lhs)
  2. MpZ opBinaryRight(Lhs lhs)
    struct MpZ
    pure nothrow pragma(inline, true) @nogc const @trusted
    opBinaryRight
    (
    string s
    Lhs
    )
    (
    Lhs lhs
    )
    if (
    (
    s == "+" ||
    s == "-"
    ||
    s == "*"
    ||
    s == "%"
    )
    &&
    )
  3. Unqual!Lhs opBinaryRight(Lhs lhs)
  4. MpZ opBinaryRight(Base base)

Return Value

Type: MpZ

a signed type lhs divided by this.

Meta