fn
min(v1: any, v2: any) -> any
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!;