Function chess::get_bishop_moves

source ·
pub fn get_bishop_moves(sq: Square, blockers: BitBoard) -> BitBoardNotable traits for BitBoardimpl Iterator for BitBoard    type Item = Square;
Expand description

Get the moves for a bishop on a particular square, given blockers blocking my movement.