VarDeclaration

VarDeclaration *****************************

Constructors

this
this(Loc loc, Identifier* name, Expression init)
Undocumented in source.

Members

Variables

init
Expression init;
Undocumented in source.
loc
Loc loc;
Undocumented in source.
name
Identifier* name;
Undocumented in source.

Meta