NestedResult

@Serializable
data class NestedResult(val commandIndex: Int, val returnValueIndex: Int) : Argument

Constructors

Link copied to clipboard
constructor(commandIndex: Int, returnValueIndex: Int)

Properties

Link copied to clipboard
Link copied to clipboard