I need a detailed document about druntime.

Ferhat Kurtulmuş aferust at gmail.com
Mon Oct 11 15:18:11 UTC 2021


On Monday, 11 October 2021 at 15:09:12 UTC, Adam D Ruppe wrote:
> On Monday, 11 October 2021 at 14:56:19 UTC, Ferhat Kurtulmuş 
> wrote:
>> What I want is to bypass runtime initialization if it is 
>> already initialized.
>
> That what it does by itself, you can call it and it has an 
> internal count.

Thank you for your response. But this confuses me:

"Each call to initialize must be paired by a call to terminate.'


https://dlang.org/library/core/runtime/runtime.initialize.html


More information about the Digitalmars-d-learn mailing list