TypeKind.CtorInfo

The type of a ctor prototype, 'Class::Class(int)'

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

Members

Variables

fmt
CtorFmt fmt;

%s(int)

id
string id;

Class

params
FuncInfoParam[] params;
Undocumented in source.

Meta