コード例 #1
0
ファイル: Guards.cs プロジェクト: ericlobdell/othello_blazer
 Require(a.value, a.errorMessage);
コード例 #2
0
 public static K <T> operator +(in K <T> a, in K <T> b) => new K <T>(arith.Add(a.value, b.value));