Esempio n. 1
0
 int _GetHashCode(Int x)
 => HashCode.Combine(
     x.GetType(),
     x.Value);
Esempio n. 2
0
 bool _Equals(Int l, Int r)
 => l.Value == r.Value;