moveIsEnPassant function

bool moveIsEnPassant(
  1. int m
)

Implementation

bool moveIsEnPassant(int m) => moveFlag(m) == flagEpCapture;