unsetFlag method

int unsetFlag(
  1. int flag
)

Implementation

int unsetFlag(int flag) => unsetBit(Bishop.flagsStartBit + flag);