viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.selection
/
FunctionVariable
Function
Variable
data
class
FunctionVariable
(
val
function
:
FunctionName
,
val
variable
:
Variable
)
:
PrettyPrintable
Constructors
Functions
Properties
Constructors
Function
Variable
Link copied to clipboard
fun
FunctionVariable
(
function
:
FunctionName
,
variable
:
Variable
)
Functions
to
Document
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