pub fn is_unique<T>(iter: T) -> boolwhere T: IntoIterator, T::Item: Eq + Hash,
utils
Check whether iterator iter contains only unique values.
iter