CppClassNesting

TODO should be Optional type, either it has a nesting or it is "global". Don't check the length and use that as an insidential "no nesting".

@safe pure nothrow @nogc
struct CppClassNesting {
string payload;
}

Alias This

payload

Meta