operandsWithNamedTypesDo

fun operandsWithNamedTypesDo(consumer: (L2Operand, L2NamedOperandType) -> Unit)

Evaluate the given function with each L2Operand and the L2NamedOperandType that it occupies.

Parameters

consumer

The lambda to evaluate.