FunctionNode.Argument

struct to store arguments for function

Constructors

this
this(string name, DataType type)

constructor

Members

Variables

argName
string argName;

the name of the var storing the arg

argType
DataType argType;

the data type of the arg

Meta