ModuleGroup

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()

Members

Functions

sortCtors
void sortCtors(string cycleHandling)
void sortCtors()

Allocate and fill in _ctors[] and _tlsctors[]. Modules are inserted into the arrays in the order in which the constructors need to be run.

Meta