On Friday, 15 February 2013 at 22:06:55 UTC, Steven Schveighoffer wrote:
With opcmp:

int opCmp(int a, int b)
{
   return a - b;
}

Genius!

Now I feel bad for every time I've done integral opCmp with double ternary operators :(

Reply via email to