Section

extern (C++)
class Section {
const(char)* name;
size_t namelen;
const(char)* _body;
size_t bodylen;
int nooutput;
}

Meta