Skip to contents

This represents a variable within a function.

Usage

FuncVariable(value_id = ValueId(), value_type = ValueType(), func = Func())

Arguments

value_id

The name of the variable.

value_type

The type of the variable.

func

The function the variable belongs to.