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