Function bughouse::get_rook_moves[][src]

pub fn get_rook_moves(sq: Square, blockers: BitBoard) -> BitBoard
Notable traits for BitBoard
impl Iterator for BitBoard type Item = Square;
Expand description

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