mixedMap top-level constant

Map<int, int> const mixedMap

Implementation

const mixedMap = <int, int>{
  48: 0, 49: 1, 50: 2, 51: 3, 52: 4, 53: 5, 54: 6, 55: 7, 56: 8, 57: 9, //
  38: 10, 13: 11, 9: 12, 44: 13, 58: 14, 35: 15, 45: 16, 46: 17, 36: 18,
  47: 19, 43: 20, 37: 21, 42: 22, 61: 23,
  94: 24, 32: 26,
};