Compares two values and returns an int indicating their order.
int compare(A x, A y) => _compare(x, y);