Discussion Thread: DIP 1042--ProtoObject--Community Review Round 1

Adam D Ruppe destructionator at gmail.com
Tue Jan 11 16:40:01 UTC 2022


On Tuesday, 11 January 2022 at 06:25:34 UTC, Rumbu wrote:
> More than that, since it is a tight dependency between objects 
> and the garbage collector, what improvement will render a @nogc 
> thrown here and there? Currently there is little support în the 
> language for using objects outside gc

Using objects without the GC is very easy (just put the scope 
keyword on the variable declaration).


More information about the Digitalmars-d mailing list