[][src]Function algorithmica::sort::is_sorted::is_sorted_desc

pub fn is_sorted_desc<T>(list: &[T]) -> bool where
    T: Ord