toggleFlag method

int toggleFlag(
  1. int flag
)

Implementation

int toggleFlag(int flag) => toggleBit(Bishop.flagsStartBit + flag);