pub fn has_duplicates<T>(iter: T) -> boolwhere T: IntoIterator, T::Item: Eq + Hash,
Returns true if the given iterator has duplicate elements.