R/func_variable.R
FuncVariable.Rd
This represents a variable within a function.
FuncVariable(value_id = ValueId(), value_type = ValueType(), func = Func())
The name of the variable.
The type of the variable.
The function the variable belongs to.