No description
Implement bitwise AND and OR for all permutations of BitBoard and &BitBoard. Refer to the std::ops traits by fully-qualified path rather than requiring the module to import those traits to implement them. Implement bitwise AND and OR assignment (&= and |=) for BitBoard and &BitBoard. Implement XOR and XOR assignment for BitBoards. |
||
|---|---|---|
| board | ||
| explorer | ||
| .gitignore | ||
| chess_pieces.txt | ||
| Notes.md | ||