MpZ.opUnary

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

Return Value

Type: inout(MpZ)

this.

Meta