Board::find_pieces returns a BitBoard for all the pieces matching the given Piece. Board::enemies returns a BitBoard of all the enemy pieces of a given Color. Board::pawns returns a BitBoard of all the pawns of a given Color. |
||
|---|---|---|
| .. | ||
| castle | ||
| piece_sets | ||
| board.rs | ||
| castle.rs | ||
| check.rs | ||
| display.rs | ||
| en_passant.rs | ||
| fen.rs | ||
| lib.rs | ||
| macros.rs | ||
| movement.rs | ||
| piece_sets.rs | ||
| sight.rs | ||