Function std::cmp::maxStable
[-]
[+]
[src]
pub fn max<T: Ord>(v1: T, v2: T) -> T
Compare and return the maximum of two values.
pub fn max<T: Ord>(v1: T, v2: T) -> T
Compare and return the maximum 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).