BigInt.opEquals
Implements BigInt equality test with other BigInt's and built-in numeric types.
bool opEquals(T)(const T y) if (isIntegral!T) const pure nothrow @nogc @safeditto
bool opEquals(T)(const T y) if (isFloatingPoint!T) const pure nothrow @nogcditto