pub fn is_sorted<T>(sequence: impl IntoIterator<Item = T>) -> boolExpand description
Checks whether the given index sequence is monotonically non-decreasing.
pub fn is_sorted<T>(sequence: impl IntoIterator<Item = T>) -> boolChecks whether the given index sequence is monotonically non-decreasing.