BigInt.opUnary

BigInt opUnary(string op)() if (op == "+" || op == "-" || op == "~") pure nothrow @safe const

Implements BigInt unary operators.

BigInt opUnary(string op)() if (op == "++" || op == "--") pure nothrow @safe

ditto