A comparison function. Returns a negative number if the first argument is less than the second, a positive number if the first argument is greater than the second, or zero if the two arguments are equal.

Alias

alias for (T, T) ‑> Int