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