Int128.opUnary

Support unary arithmentic operator +

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

Return Value

Type: Int128

lvalue of result

Meta