FunctionVariable

data class FunctionVariable(function: FunctionName, variable: Variable) : PrettyPrintable

Functions

toDocument
Link copied to clipboard
open override fun toDocument(): Document

Properties

function
Link copied to clipboard
val function: FunctionName
variable
Link copied to clipboard
val variable: Variable