initSidebarItems({"fn":[["max","Returns the maximum of two values according to the given comparator, or `r` if they are equal."],["min","Returns the minimum of two values according to the given comparator, or `l` if they are equal."],["natural","Returns a comparator that delegates to `Ord`."]],"struct":[["Borrowing","A comparator that borrows its parameters before comparing them."],["Extract","A comparator that extracts a sort key from a value."],["Natural","A comparator that delegates to `Ord`."],["Rev","A comparator that reverses the ordering of another."],["Swap","A comparator that swaps another's parameters, maintaining the underlying ordering."],["Then","A comparator that lexicographically combines two others."]],"trait":[["Compare","A comparator imposing a total order."]]});