TypeKind.CtorInfo

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

struct TypeKind
pure @safe nothrow @nogc static
struct CtorInfo {
FuncInfoParam[] params;
}

Members

Variables

fmt
CtorFmt fmt;

%s(int)

id
string id;

Class

Meta