Int128.opCmp

int opCmp(Int128 op2) const @nogc nothrow pure @safe

support arithmentic comparison operators < <= > >=

Parameters

op2right hand operand

Returns

-1 for less than, 0 for equals, 1 for greater than
int opCmp(Int)(const Int op2) if (is(Int : long) && __traits(isIntegral, Int)) const @nogc nothrow pure @safe

ditto

int opCmp(IntLike)(auto ref IntLike op2) if (is(IntLike : long) && !__traits(isIntegral, IntLike)) const

ditto