[][src]Function chess::get_pawn_attacks

Important traits for BitBoard
pub fn get_pawn_attacks(
    sq: Square,
    color: Color,
    blockers: BitBoard
) -> BitBoard

Get the pawn capture move for a particular square, given the pawn's color and the potential victims