getField

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

Extract the field value at the specified slot index.

Return

The value of the field at the specified slot index.

Parameters

self

An object.

slotIndex

The non-zero slot index.