BigInt.opCmp

int opCmp(ref const BigInt y) pure nothrow @nogc @safe const

Implements 3-way comparisons of BigInt with BigInt or BigInt with built-in numeric types.

int opCmp(T)(const T y) if (isIntegral!T) pure nothrow @nogc @safe const

ditto

int opCmp(T)(const T y) if (isFloatingPoint!T) nothrow @nogc @safe const

ditto

int opCmp(T: BigInt)(const T y) pure nothrow @nogc @safe const

ditto