BigInt.opEquals

bool opEquals()(auto ref const BigInt rhs) const pure nothrow @nogc @safe
No documentation available for this declaration.
bool opEquals(T)(T rhs) if (isIntegral!T) const pure @safe
No documentation available for this declaration.
bool opEquals(T)(const T y) if (isFloatingPoint!T) const pure nothrow @nogc @safe

Equality comparison with floating-point types