Exemplo n.º 1
0
 public static bool HasFlagFast(this ECastlelingRights value, ECastlelingRights flag) => (value & flag) != 0;
Exemplo n.º 2
0
 public static int AsInt(this ECastlelingRights value) => (int)value;
Exemplo n.º 3
0
 public static ulong GetZobristCastleling(this ECastlelingRights index) => ZobristCastling[index.AsInt()];