www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Destructor and postblit with scope qualifier

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

?
Sep 20 2018