TypeInfoSymbol.this

Constructs a TypeInfo object.

The variable is of type TypeInfo and its name is mangled. E.g.:

TypeInfo _D10TypeInfo_a6__initZ; // For type "char".
class TypeInfoSymbol
this

Parameters

titype
Type: Type

TypeInfo for this type.

name
Type: Identifier*

The mangled name of this variable.

classTypeInfo

The global TypeInfo class from object.d.

Meta