Classify whether a CotType enum value denotes an aircraft.
CotType
Aircraft selection drives which zstd dictionary selectDictId picks. Resolves the enum to its string form and defers to isAircraftString.
A numeric CotType enum value.
true if the type is an aircraft type, false otherwise (including for unknown enum values that have no string mapping).
true
false
Classify whether a
CotTypeenum value denotes an aircraft.Aircraft selection drives which zstd dictionary selectDictId picks. Resolves the enum to its string form and defers to isAircraftString.