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

monkyyy crazymonkyyy at gmail.com
Mon Nov 21 18:55:09 UTC 2022


On Monday, 21 November 2022 at 16:23:51 UTC, IchorDev wrote:
> If you'd like to vote about what ETI syntax you'd prefer, I've 
> opened a poll to keep track of how many people like which 
> syntax.
> The options I've listed are limited to ones that don't break 
> compatibility with existing code. If you'd like an option 
> added, let me know.
> https://strawpoll.com/polls/PKglzqaGJyp
```d
enum bar{foo,foobar}
bar b=🃏.foo;
```


More information about the Digitalmars-d mailing list