isMap method

bool isMap(
  1. int typeCode
)

Implementation

bool isMap(int typeCode) {
  return typeCode == DICTIONARY;
}