pub fn is_reverse_sorted_max<T: NativeType + PartialOrd + IsFloat>(
    values: &[T]
) -> bool