Module.AllAggregates

All aggregates, including explicitly defined and appearing in function signatures

template Module(string moduleName)
alias AllAggregates = NoDuplicates!(staticMap!(FundamentalType, Filter!(isAggregate, AggregatesTree, AllFunctionReturnTypesTree, AllFunctionParameterTypesTree)))

Meta