How to allocate/free memory under @nogc

Kagamin spam at here.lot
Fri May 22 10:41:29 UTC 2020


On Thursday, 21 May 2020 at 17:19:10 UTC, Konstantin wrote:
> Hi all! I will try to ask again(previous two posts still have 
> no answers) : are there any site/page/docs somewhere to track 
> actual info about @nogc support in language itself and in 
> phobos library? Or, at least plans to extend such support?

https://dlang.org/spec/function.html#nogc-functions - here's 
language support. Phobos tends to infer attributes like @nogc, so 
it's context dependent, the actual info is provided by the 
compiler.


More information about the Digitalmars-d-learn mailing list