@@ -39,6 +39,7 @@ public:
private:
BitBoard mPieceBBs[BB_NUM] = {};
PieceColor mTurn = PieceColor::White;
static inline void clearIndex(BitBoard &b, unsigned int i) {
b &= ~(1ULL << i);
The note is not visible to the blocked user.