Discussion Thread: DIP 1044--Enum Type Inference--Community Review Round 1

Guillaume Piolat first.last at spam.org
Wed Nov 23 22:25:04 UTC 2022


On Tuesday, 22 November 2022 at 19:10:18 UTC, Paul Backus wrote:
>
> Of course, the module scope .identifier syntax is not very 
> widely used in the first place, so maybe a small risk of 
> breakage is worth the benefit of nice syntax for enum members.

.identifier syntax meaning module scope is not especially 
intuitive.
We got used to it with ::identifier in C++, and it got imported 
from there.

It could be something explicit like module.identifier




More information about the Digitalmars-d mailing list