partial_ge

Function partial_ge 

Source
pub fn partial_ge<T>(a: &T, b: &T) -> bool
where T: PartialOrd,
Expand description

Returns true iff a and b are comparable and a >= b.