operand

fun <O : L2Operand> operand(index: Int): O

Answer the Nth L2Operand to supply to the operation.

Return

The specified operand.

Parameters

index

The zero-based operand index.

O

The specialization of L2Operand to return.