Int128.opUnary
Int128 opUnary(string op)() if (op == "+") constSupport unary arithmentic operator +
Parameters
op | "+" |
Returns
lvalue of result
Int128 opUnary(string op)() if (op == "-" || op == "~") constSupport 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