# Functions
Cmp compares two ordered values and returns the result as an Ordering value.
Max returns the maximum value among the given values.
MaxBy finds the maximum value in the collection t according to the provided comparison function fn.
Min returns the minimum value among the given values.
MinBy finds the minimum value in the collection t according to the provided comparison function fn.
# Type aliases
Ordering is the result of a comparison between two values.