isOn method

bool isOn(
  1. Bitmask mask
)

Implementation

bool isOn(Bitmask mask) => mask.isOn(this);