Function ::std::cmp::max
fn max(v1, v2)
Compares and returns the maximum of two values.
Returns the second argument if the comparison determines them to be equal.
Internally uses the [CMP
] protocol.
Examples
use max;
assert_eq!;
assert_eq!;