bitAt method

int bitAt(
  1. int index
)

Implementation

int bitAt(int index) => getBits(Bitmask.bit(index));