isSetIn method

bool isSetIn(
  1. int bitfield
)

Implementation

bool isSetIn(int bitfield) => (bitfield & value) != 0;