Create inclusive destructor for struct/class by aggregating
all the destructors in dtors[] with the destructors for
all the members.
Note the close similarity with StructDeclaration::buildPostBlit(),
and the ordering changes (runs backward instead of forwards).
Create inclusive destructor for struct/class by aggregating all the destructors in dtors[] with the destructors for all the members. Note the close similarity with StructDeclaration::buildPostBlit(), and the ordering changes (runs backward instead of forwards).