primitiveOf

fun primitiveOf(instruction: L2Instruction): Primitive

Extract the Primitive from the provided instruction.

Return

The Primitive invoked by this instruction.

Parameters

instruction

The L2Instruction from which to extract the Primitive.