Static struct initialization syntax behavior & it being disabled upon adding a constructor

Ali Çehreli acehreli at yahoo.com
Mon Apr 18 20:53:27 UTC 2022


On 4/18/22 09:17, Ali Çehreli wrote:

 > shared static ~this():   0
 >         static ~this():   0
 >                ~this():   8

Apologies for omitting 'scope' statements:

    scope(exit): 34
scope(success):  6
scope(failure):  8

Ali



More information about the Digitalmars-d-learn mailing list