Also, in file scope, would C++: constexpr auto constant = 3;
be the same as: immutable constant = 3; ?
Ola Fosheim Grøstad via Digitalmars-d-learn Wed, 04 Dec 2019 06:56:35 -0800
Also, in file scope, would C++: constexpr auto constant = 3;
be the same as: immutable constant = 3; ?