bitShifts top-level property

List<int> bitShifts
getter/setter pair

Cumulative bit shift constants

Implementation

List<int> bitShifts = <int>[
  1,
  2,
  4,
  6,
  8,
  10,
  12,
  14,
  15,
  17,
  19,
  21,
  23,
  25,
  27,
  28
];