operands With Named Types Do
fun operandsWithNamedTypesDo(consumer: (L2Operand, L2NamedOperandType) -> Unit)
Content copied to clipboard
Evaluate the given function with each L2Operand and the L2NamedOperandType that it occupies.
Parameters
consumer
The lambda to evaluate.