Function inanis::state::movegen::get_bishop_moves
source · pub fn get_bishop_moves(occupancy_bb: u64, square: usize) -> u64
Expand description
Gets a bishop moves for the square specified by square
, considering occupancy_bb
.