TypeKind.DtorInfo

The type of a dtor prototype, 'Class::~Class()'

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

Members

Variables

fmt
DtorFmt fmt;

~%s()

id
string id;

identifier, in the example it would be 'Class'

Meta