[][src]Function spaik::utils::is_sorted

pub fn is_sorted<T>(xs: &[T]) -> bool where
    T: Ord