No default construction.
Construct empty (undefined) from explicit null.
Construct from expression expr.
Construct from value.
Construct from value in base base. If base is 0 it's guessed from contents of value.
Construct copy of value.
Construct copy of value.
Destruct this.
Disable copy construction.
Make this the absolute value of itself in-place.
Assign this from string rhs interpreted in base base. If base is 0 it's guessed from contents of value.
Negate this in-place.
Assign from rhs.
Remainer propagates modulus type.
Dividend propagates quotient type to signed.
Exponentation.
Cast to bool.
Cast to arithmetic type T.
Compare this to rhs.
Increase this by one.
Decrease this by one.
Swap content of this with rhs.
Convert to string in base base.
Use copy construction.
Check if this is odd.
Check if this is negative. TODO use as specialcase in opCmp
Check if this is odd. TODO use as specialcase in: this & 1
Check if this is positive.
Check if this is zero.
Number of significant uints used for storing this.
Number of significant ulongs used for storing this.
Arbitrary (multi) precision signed integer (Z). Wrapper for GNU MP (GMP)'s type mpz_t and functions mpz_.*.