Exemplo n.º 1
0
 public static int hash <OrdK, K, V>(Map <OrdK, K, V> xs) where OrdK : struct, Ord <K> =>
 xs.GetHashCode();
Exemplo n.º 2
0
 public static int hash <K, V>(Map <K, V> xs) =>
 xs.GetHashCode();