Instance of Order for int.
Order
int
static Order<int> orderInt = _Order((x, y) => x == y ? 0 : x > y ? 1 : -1);