pub fn partial_gt<T>(a: &T, b: &T) -> boolwhere
T: PartialOrd,Expand description
Returns true iff a and b are comparable and a > b.
pub fn partial_gt<T>(a: &T, b: &T) -> boolwhere
T: PartialOrd,Returns true iff a and b are comparable and a > b.