pub const fn get_bishop_moves_const(
    square: Square,
    blockers: BitBoard
) -> BitBoard
Expand description

Significantly slower const version of get_bishop_moves.