[][src]Function arctk::math::slice::is_ascending

#[must_use]pub fn is_ascending<T: PartialOrd>(vec: &[T]) -> bool

Determine if the list is sorted in ascending order.