Destructor and postblit with scope qualifier

Per Nordlöw per.nordlow at gmail.com
Thu Sep 20 20:51:51 UTC 2018


What effect does the scope qualifier have on a destructor such as

https://github.com/atilaneves/automem/blob/master/source/automem/vector.d#L92

and a postblit such as

https://github.com/atilaneves/automem/blob/master/source/automem/vector.d#L86

?


More information about the Digitalmars-d-learn mailing list