[][src]Function chess::get_bishop_moves

Important traits for BitBoard
pub fn get_bishop_moves(sq: Square, blockers: BitBoard) -> BitBoard

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