Example #1
0
 public static ulong GetZobristCastleling(this CastlelingRights index) => ZobristCastling[index.AsInt()];
Example #2
0
 internal static ulong Castle(CastlelingRights rights)
 {
     return(castle[rights.AsInt()]);
 }