/* Returns an extended FieldId, based on the fieldId and the Array index (an extended FieldId is a fieldId including the array index) */ static fieldId fieldId2Ext(fieldId fieldId, ArrayIdx arrayIndex ) { return ((arrayIndex << 16) | fieldId); }