isList method

bool isList(
  1. int typeCode
)

Implementation

bool isList(int typeCode) {
  return typeCode == LIST;
}