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

pub unsafe fn is_descending_buffer<T: PartialOrd>(data: *const T, n: usize) -> bool

Returns whether the data in buffer is sorted in descending order or not.