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