[][src]Function pleco::helper::prelude::forward_file_bb

Important traits for BitBoard
pub fn forward_file_bb(player: Player, sq: SQ) -> BitBoard

Returns the BitBoard of all squares in the file in front of the given one.

Safety

The Square must be within normal bounds, or else a panic or undefined behvaior may occur.