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