Int128.opCmp
support arithmentic comparison operators < <= > >=
Parameters
op2 | right 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 @safeditto
int opCmp(IntLike)(auto ref IntLike op2) if (is(IntLike : long) && !__traits(isIntegral, IntLike)) constditto