On Thursday, 17 September 2020 at 09:44:20 UTC, claptrap wrote:
Seriously how it's implemented is irrelevant.
And to be clear, my point wasn't about how it's implemented. My point was that:
enum { foo = 10; }
and
enum foo = 10;
Are effectively the same thing, whether it's implemented that way
or not. So why on earth would a new keyword be necessary?
