Esempio n. 1
0
 public static int hash <OrdA, A>(Set <OrdA, A> xs) where OrdA : struct, Ord <A> =>
 xs.GetHashCode();
Esempio n. 2
0
 public static int hash <A>(Set <A> xs) =>
 xs.GetHashCode();