ModuleGroup.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.

  1. void sortCtors(string cycleHandling)
    struct ModuleGroup
    nothrow
    void
    sortCtors
    ()
  2. void sortCtors()

Throws

Exception if it fails.

Meta