TypeKind.TypeRefInfo

Representation of a typedef, 'typedef int tx'

canonicalType is the final resolved in a chain of typedef's.

struct TypeKind
pure @safe nothrow @nogc static
struct TypeRefInfo {}

Members

Variables

canonicalRef
USRType canonicalRef;

usr of the canonical type

fmt
SimpleFmt fmt;

tx %s

typeRef
USRType typeRef;

usr of the child type

Meta