unsetBit method

int unsetBit(
  1. int bit
)

Implementation

int unsetBit(int bit) => this & ~(1 << bit);