getFieldType

fun getFieldType(self: AvailObject, slotIndex: Int): AvailObject

Extract the field type at the specified slot index.

Return

The type of the field at the specified slot index.

Parameters

self

An object type, fully traversed.

slotIndex

The non-zero slot index.