getLocalBit method

int getLocalBit(
  1. int globalBit
)

Implementation

int getLocalBit(int globalBit) => globalBit & (bitsPerInt - 1);