TypeKind.InternalInfo

Formatting information needed to reproduce the type and identifier.

struct TypeKind
static @safe pure nothrow @nogc
union InternalInfo {
PrimitiveInfo primitive;
SimpleInfo simple;
ArrayInfo array;
FuncInfo func;
FuncPtrInfo funcPtr;
FuncSignatureInfo funcSignature;
RecordInfo record;
CtorInfo ctor;
DtorInfo dtor;
PointerInfo pointer;
TypeRefInfo typeRef;
}

Members

Variables

null_
typeof(null) null_;

Formatting information needed to reproduce the type and identifier.

Meta