Create inclusive destructor for struct/class by aggregating all the destructors in dtors[] with the destructors for all the members.
struct or class to build destructor for
context
generated function, null if none needed Note: Close similarity with StructDeclaration::buildPostBlit(), and the ordering changes (runs backward instead of forwards).
See Implementation
Create inclusive destructor for struct/class by aggregating all the destructors in dtors[] with the destructors for all the members.