On Thursday, 17 September 2020 at 10:56:28 UTC, Mike Parker wrote:
Are effectively the same thing, whether it's implemented that way or not. So why on earth would a new keyword be necessary?
C++ made enums stricter by "enum class".
Ola Fosheim Grøstad via Digitalmars-d-learn Thu, 17 Sep 2020 04:05:43 -0700
On Thursday, 17 September 2020 at 10:56:28 UTC, Mike Parker wrote:
Are effectively the same thing, whether it's implemented that way or not. So why on earth would a new keyword be necessary?
C++ made enums stricter by "enum class".