remove method

CastlingRights remove(
  1. Colour colour
)

Implementation

CastlingRights remove(Colour colour) =>
    this & (colour == Bishop.white ? Castling.whiteMask : Castling.blackMask);