setBit method

int setBit(
  1. int bit
)

Implementation

int setBit(int bit) => this | (1 << bit);