Function scirust::alg::sort::is_descending_slice [] [src]

pub fn is_descending_slice<T: PartialOrd>(data: &[T]) -> bool

Returns whether the slice is sorted in descending order or not.