pub fn get_rook_moves(occupancy_bb: u64, square: usize) -> u64
Expand description

Gets a rook moves for the square specified by square, considering occupancy_bb.