Skip to main content

partial_cmp

Function partial_cmp 

Source
pub fn partial_cmp<L, R>(l: &L, r: &R) -> Option<Ordering>
where L: Promote<R>, R: IsNumber, <L as Promote<R>>::Output: IsNumber,