public static HashSet <EqT, T> intersect <EqT, T>(HashSet <EqT, T> setA, HashSet <EqT, T> setB) where EqT : struct, Eq <T> => setA.Intersect(setB);