isFixedMap method

bool isFixedMap(
  1. int typeCode
)

Implementation

bool isFixedMap(int typeCode) {
  return typeCode >= DICT_START && typeCode < (DICT_START + DICT_COUNT);
}