pub fn total_cmp<T>(l: &T, r: &T) -> Orderingwhere T: NativeType + Ord,
Total order of all native types whose Rust implementation that support total order.