remove method

int remove(
  1. int flag
)

Implementation

int remove(int flag) => (this | flag) ^ flag;