MpZ.opUnary

  1. inout(MpZ) opUnary()
  2. MpZ opUnary()
    struct MpZ
    pure nothrow pragma(inline, true) @nogc const
    opUnary
    (
    string s
    )
    ()
    if (
    s == "-"
    )
  3. MpZ opUnary()
  4. MpZ opUnary()

Return Value

Type: MpZ

negation of this.

Meta