moveIsCapture function

bool moveIsCapture(
  1. int m
)

Implementation

bool moveIsCapture(int m) => (moveFlag(m) & 0x4) != 0;