pub fn hashset_display<K, V>(data: &HashSet<K>, label: &str)where K: Display + Ord + Hash, V: Display,