Protected constructorCompares this wrapper to another object.
The object to compare.
true if o is a BigIntegerWrapper with an equal wrapped value.
Static ofCreates a wrapper from an integer string. The provided string may start with + or -, and must
otherwise only contain the digits 0-9.
A string representation of an integer.
A wrapper for the parsed value.
Wrap BigInteger values for use in JS. Provides text formatting for display and access to the underlying value.