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

user1234 user1234 at 12.de
Mon Apr 4 09:49:19 UTC 2022


On Monday, 4 April 2022 at 09:39:34 UTC, ryuukk_ wrote:
> and a GC without needing a base class!

D does not need to have a base class for its GC to work with 
class instances either.
Just typeinfo that store the dtor address.


More information about the Digitalmars-d mailing list