moveIsPromotion function

bool moveIsPromotion(
  1. int m
)

Implementation

bool moveIsPromotion(int m) => (moveFlag(m) & 0x8) != 0;