ページの改善
いますぐフォークしてオンライン編集し、このページのプルリクエストを送信します。 Github へのログインが必要です。 これは小さな変更に適しています。 大きな変更を加えたい場合は、通常の cloneの使用をお勧めします。
日本語版について
個人的な学習のために、dlang.orgを翻訳したサイトです。 翻訳に際して、様々なサイトを参考にしています。

rt.sections_elf_shared

Written in the D programming language. This module provides ELF-specific support for sections with shared libraries.
Authors:
Martin Nowak
bool _isRuntimeInitialized;
Boolean flag set to true while the runtime is initialized.
nothrow @nogc void initSections();
Gets called on program startup just before GC is initialized.
nothrow @nogc void finiSections();
Gets called on program shutdown just after GC is terminated.
nothrow @nogc Array!(void[])* initTLSRanges();
Called once per thread; returns array of thread local storage ranges