Int128.opUnary

Int128 opUnary(string op)() if (op == "+") const

Support unary arithmentic operator +

Parameters

op"+"

Returns

lvalue of result
Int128 opUnary(string op)() if (op == "-" || op == "~") const

Support unary arithmentic operator - ~

Parameters

op"-", "~"

Returns

lvalue of result
Int128 opUnary(string op)() if (op == "++" || op == "--")

Support unary arithmentic operator ++ --

Parameters

op"++", "--"

Returns

lvalue of result