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

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

Returns whether the data in strided buffer is sorted in ascending order or not every stride-th entry is considered in the buffer assumes that the buffer as at least n* stride entries