powBase constant

List<int> const powBase

Implementation

static const List<int> powBase = [
  1,
  1024,
  1048576,
  1073741824,
  1099511627776
];