lowBitsToInt static method

int lowBitsToInt(
  1. int value
)

Implementation

static int lowBitsToInt(int value) => value & 0xF;