Function core::cmp::minStable
[-]
[+]
[src]
pub fn min<T: Ord>(v1: T, v2: T) -> T
Compare and return the minimum of two values.
pub fn min<T: Ord>(v1: T, v2: T) -> T
Compare and return the minimum of two values.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).