TABLE2 constant

List<int> const TABLE2

Implementation

static const List<int> TABLE2 = [
  0x00, // 0
  0x80, // 1
  0xc0, // 2
  0xe0, // 3
  0xf0, // 4
  0xf8, // 5
  0xfc, // 6
  0xfe, // 7
  0xff
];