getIndexForBit method

int getIndexForBit(
  1. int globalBit
)

Implementation

int getIndexForBit(int globalBit) => globalBit ~/ bitsPerInt;