An order function is a function which is used to compare two items, returning a Cmp to describe the first item in relation to the second, eg. Cmp.GT says the first item is greater than the second item.
An order function is a function which is used to compare two items, returning a Cmp to describe the first item in relation to the second, eg. Cmp.GT says the first item is greater than the second item.