Common
inner class OpIterator : OperationArgContainer
Properties
Common
val operation: Operation
Returns the Operation at the current position of the iterator in the Operations.
Functions
next
fun next(): Boolean
currentOperationDebugString
fun currentOperationDebugString() = buildString {
append("operation[")
append(opIdx)
append("] = ")
append(currentOpToDebugString(""))
}
Common
inner class OpIterator : OperationArgContainer
Properties
Common
val operation: Operation
Returns the Operation at the current position of the iterator in the Operations.
Functions
next
fun next(): Boolean
currentOperationDebugString
fun currentOperationDebugString() = buildString {
append("operation[")
append(opIdx)
append("] = ")
append(currentOpToDebugString(""))
}