Int128.opUnary

Int128 opUnary(string op)() if (op == "+") @safe pure nothrow @nogc const

Support unary arithmentic operator +

Parameters

op"+"

Returns

lvalue of result
Int128 opUnary(string op)() if (op == "-" || op == "~") @safe pure nothrow @nogc const

Support unary arithmentic operator - ~

Parameters

op"-", "~"

Returns

lvalue of result
Int128 opUnary(string op)() if (op == "++" || op == "--") @safe pure nothrow @nogc

Support unary arithmentic operator ++ --

Parameters

op"++", "--"

Returns

lvalue of result