eraseIn method

int eraseIn(
  1. int bitfield
)

Implementation

int eraseIn(int bitfield) => bitfield & ~value;