CODE_MASKS constant

List<int> const CODE_MASKS

Implementation

static const List<int> CODE_MASKS = [
  0x0000,
  0x0001,
  0x0003,
  0x0007,
  0x000f,
  0x001f,
  0x003f,
  0x007f,
  0x00ff,
  0x01ff,
  0x03ff,
  0x07ff,
  0x0fff
];