コード例 #1
0
ファイル: OrdNewType.cs プロジェクト: zdenotirc/language-ext
 public int GetHashCode(NewType <NEWTYPE, A> x) =>
 x.IsNull() ? 0 : x.GetHashCode();