hufLength static method

int hufLength(
  1. int code
)

Implementation

static int hufLength(int code) => code & 63;