fieldTypeAtIndex

abstract fun fieldTypeAtIndex(index: Int): A_Type

Extract a field type from an object type, using the given field index, which is specific to an ObjectLayoutVariant.

Return

The field's type.

Parameters

index

The index of the field to look up.