isFixedList method

bool isFixedList(
  1. int typeCode
)

Implementation

bool isFixedList(int typeCode) {
  return typeCode >= LIST_START && typeCode < (LIST_START + LIST_COUNT);
}