Function chess::get_adjacent_files

source ·
pub fn get_adjacent_files(file: File) -> BitBoardNotable traits for BitBoardimpl Iterator for BitBoard    type Item = Square;
Expand description

Get a BitBoard that represents the squares on the 1 or 2 files next to this file.