Function alcibiades::bitsets::bb_file [] [src]

pub fn bb_file(square: Square) -> Bitboard

Returns the set of squares on the same file as the given square.

Examples:

assert_eq!(bb_file(E4), BB_FILE_E);