Int128.opUnary

Support unary arithmentic operator ++ --

  1. Int128 opUnary()
  2. Int128 opUnary()
  3. Int128 opUnary()
    struct Int128
    @safe pure nothrow @nogc
    opUnary
    (
    string op
    )
    ()
    if (
    op == "++" ||
    op == "--"
    )

Return Value

Type: Int128

lvalue of result

Meta