menu
crisp_chess_engine package
documentation
bitboard.dart
moveIsCapture function
moveIsCapture function
dark_mode
light_mode
moveIsCapture
function
bool
moveIsCapture
(
int
m
)
Implementation
bool moveIsCapture(int m) => (moveFlag(m) & 0x4) != 0;
crisp_chess_engine package
documentation
bitboard
moveIsCapture function
bitboard library