pub fn total_cmp<T>(l: &T, r: &T) -> Ordering where
    T: NativeType + Ord
Expand description

Total order of all native types whose Rust implementation that support total order.