stateIsPrimary method
Exact ts_language_state_is_primary ABI-gated predicate.
Implementation
bool stateIsPrimary(int state) {
RangeError.checkValueInInterval(state, 0, stateCount - 1, 'state');
return abiVersion < 14 || state == primaryStateIds[state];
}