A ModuleGroup is an unordered collection of modules. There is exactly one for: 1. all statically linked in D modules, either directely or as shared libraries 2. each call to rt_loadLibrary()
Allocate and fill in _ctors[] and _tlsctors[]. Modules are inserted into the arrays in the order in which the constructors need to be run.
See Implementation
A ModuleGroup is an unordered collection of modules. There is exactly one for: 1. all statically linked in D modules, either directely or as shared libraries 2. each call to rt_loadLibrary()