pub fn is_sorted_and_unique<T, I>(iter: I) -> boolExpand description
Check whether an iterator contains values that are sorted and unique
pub fn is_sorted_and_unique<T, I>(iter: I) -> boolCheck whether an iterator contains values that are sorted and unique