ddmd.typinf

Compiler implementation of the D programming language.

Members

Functions

genTypeInfo
void genTypeInfo(Type torig, Scope* sc)

Get the exact TypeInfo.

getTypeInfoDeclaration
TypeInfoDeclaration getTypeInfoDeclaration(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
getTypeInfoType
Type getTypeInfoType(Type t, Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
isSpeculativeType
bool isSpeculativeType(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

builtinTypeInfo
bool builtinTypeInfo(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Source

See Source File
$(DMDSRC _typeinf.d)