setFlag method

int setFlag(
  1. int flag
)

Implementation

int setFlag(int flag) => setBit(Bishop.flagsStartBit + flag);