setIntSlot

fun setIntSlot(    field: IntegerSlotsEnum,     intIndex: Int,     anInt: Int)

Store the (32-bit signed) Int at the given int-index of the receiver.

Parameters

field

The enumeration value that identifies the base field.

intIndex

The one-based index in ints.

anInt

The Int to store at the given int-index.