# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxBy calculates the maximum value of two values by a given function.
MaxByKey calculates the maximum value of two values by a key function.
MaxOrdered calculates the maximum value of two ordered values.
MinBy calculates the minimum value of two values by a given function.
MinByKey calculates the minimum value of two values by a key function.
MinOrdered calculates the minimum value of two ordered values.
No description provided by the author
# Constants
OrderEqual is an Ordering where a compared value is equal to another.
OrderGreater is an Ordering where a compared value is greater than another.
OrderLess is an Ordering where a compared value is less than another.
# Interfaces
Eq is a type that represents an equality comparison.
Ord is a type that represents an ordered value.
PartialEq is a type that represents a partial equality comparison.
PartialOrd is a type that represents a partially ordered value.