Clone this instruction.
Clone this instruction.
This abstract method returns the number of used elements on the stack
This abstract method returns the number of used elements on the stack
This instruction consumes these types from the top of the stack, the first element in the list is the deepest element on the stack.
This instruction consumes these types from the top of the stack, the first element in the list is the deepest element on the stack.
This abstract method returns the number of produced elements on the stack
This abstract method returns the number of produced elements on the stack
This instruction produces these types on top of the stack.
This instruction produces these types on top of the stack.
(lOAD_ARRAY_ITEM: StringAdd).self
(lOAD_ARRAY_ITEM: StringFormat).self
(lOAD_ARRAY_ITEM: ArrowAssoc[LOAD_ARRAY_ITEM]).x
(Since version 2.10.0) Use leftOfArrow
instead
(lOAD_ARRAY_ITEM: Ensuring[LOAD_ARRAY_ITEM]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Loads an element of an array. The array and the index should be on top of the stack. Stack: ...:array[a](Ref):index(Int) ->: ...:element(a)