Пример #1
0
 public static int hash <OrdA, A>(Set <OrdA, A> xs) where OrdA : struct, Ord <A> =>
 xs.GetHashCode();
Пример #2
0
 public static int hash <A>(Set <A> xs) =>
 xs.GetHashCode();