wrapAllAggregates

wrap all aggregates found in the given modules, specified by their name (to avoid importing all of them first).

This function wraps all struct and class definitions, and also all struct and class types that are parameters or return types of any functions found.

void
wrapAllAggregates
(
Modules...
)
()
if (
allSatisfy!(isModule, Modules)
)

Meta