ExprType

Undocumented in source.

Constructors

this
this(Kind kind)
Undocumented in source.
this
this(string spelling)
Undocumented in source.

Members

Enums

Kind
enum Kind
Undocumented in source.

Functions

asLValue
ExprType asLValue()
Undocumented in source. Be warned that the author may not have intended to support it.
asRValue
ExprType asRValue()
Undocumented in source. Be warned that the author may not have intended to support it.
decayed
ExprType decayed()
Undocumented in source. Be warned that the author may not have intended to support it.
isGeneric
bool isGeneric()
Undocumented in source. Be warned that the author may not have intended to support it.
isLValue
bool isLValue()
Undocumented in source. Be warned that the author may not have intended to support it.
isSpecified
bool isSpecified()
Undocumented in source. Be warned that the author may not have intended to support it.
isUnspecified
bool isUnspecified()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

kind
Kind kind;
Undocumented in source.
lvalue
bool lvalue;
Undocumented in source.
spelling
string spelling;
Undocumented in source.

Meta