On 05.09.2018 14:41, Andre Pany wrote:
On Wednesday, 5 September 2018 at 12:05:59 UTC, rikki cattermole wrote:Indeed. scope enum would make much more sense.scope enum sounds a lot better for me than static enum or even __local. The __ words looks a little bit like compiler magic as the __ words are reserved for the compiler.Kind regards Andre
I agree, but it is not an option as scope already has a different meaning, and so this would redefine the semantics of existing code.