map constant

Map<int, int> const map

Implementation

static const map = {
  0: 0,
  1: 2,
  2: 4,
  3: 9,
  4: 1,
  5: 3,
  6: 5,
  7: 6,
  8: 7,
  9: 8,
};