BigInt opUnary(string op)() if (op == "+" || op == "-" || op == "~")
Implements BigInt unary operators.
BigInt
BigInt opUnary(string op)() if (op == "++" || op == "--")
ditto