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 ?
Per Nordlöw via Digitalmars-d-learn Thu, 20 Sep 2018 13:55:55 -0700
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 ?