[][src]Function chess::get_pawn_quiets

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

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