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. |
||
|---|---|---|
| .. | ||
| bit_scanner.rs | ||
| bitboard.rs | ||
| library.rs | ||
| mod.rs | ||
| shifts.rs | ||