bitsAt method

int bitsAt(
  1. int offset,
  2. int width
)

Implementation

int bitsAt(int offset, int width) => getBits(Bitmask.bits(offset, width));