d.ast.type

Undocumented in source.

Public Imports

d.common.builtintype
public import d.common.builtintype;
Undocumented in source.
d.common.qualifier
public import d.common.qualifier;
Undocumented in source.

Members

Aliases

FunctionAstType
alias FunctionAstType = AstType.FunctionType
Undocumented in source.
ParamAstType
alias ParamAstType = AstType.ParamType
Undocumented in source.

Enums

AstTypeKind
enum AstTypeKind
Undocumented in source.

Functions

getParamType
inout(ParamAstType) getParamType(ParamAstType t, ParamKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(ParamAstType t, Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AstType
struct AstType
Undocumented in source.

Meta