Function chess::get_pawn_quiets

source ·
pub fn get_pawn_quiets(sq: Square, color: Color, blockers: BitBoard) -> BitBoardNotable traits for BitBoardimpl Iterator for BitBoard    type Item = Square;
Expand description

Get the quiet pawn moves (non-captures) for a particular square, given the pawn’s color and the potential blocking pieces.