Ejemplo n.º 1
0
 public static int hash <EqA, A>(HashSet <EqA, A> xs) where EqA : struct, Eq <A> =>
 xs.GetHashCode();
Ejemplo n.º 2
0
 public static int hash <A>(HashSet <A> xs) =>
 xs.GetHashCode();