etc.negui.system.utility.cmp

比較。
なんとなく。
History:
1.021
  • 新規作成。
int Cmp(T)(in T a , in T b );
History:
1.130
  • source引数変更(T -> in T)。
bool IsIn(T)(in T Target , in T[] Args ...);
History:
1.130
  • deleteオーバーロード廃止。
  • addingin制約。
  • sourcepure nothrow変更(無印 -> pure nothrow, 無印)。
1.120
  • 新規作成。
bool IsIn(alias func, T)(in T Target , in T[] Args ...);
History:
1.130
  • 新規作成。
bool Between(T)(in T Target , in T Small , in T Big );
History:
1.130
  • source属性変更(無印 -> pure nothrow)。
  • source名前変更(between -> Between)。
1.120
  • 新規作成。