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

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

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