Variable

Variable

Constructors

this
this(Location location, ParamType paramType, Name name, Expression value)
Undocumented in source.
this
this(Location location, Type type, Name name, Expression value)
Undocumented in source.

Members

Functions

toString
string toString(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isFinal
bool isFinal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isRef
bool isRef [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
storage
storage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
storage
Storage storage [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
inout(Type) type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
Type type [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

paramType
ParamType paramType;
Undocumented in source.
value
Expression value;
Undocumented in source.

Meta