DIP proposal: Enum parameters

ryuukk_ ryuukk.dev at gmail.com
Fri Sep 23 16:17:01 UTC 2022


On Friday, 23 September 2022 at 15:41:21 UTC, Quirin Schroll 
wrote:
> Read the draft here: 
> https://github.com/Bolpat/DIPs/blob/EnumParameters/DIPs/1NNN-QFS.md
>
> Feedback is welcome.

I use ``enum`` a lot in my code base, and i think the name of 
that keyword for that usecase is very wrong, it conveys the wrong 
intention

``enum`` is supposed to be an enumeration, not a _ for compile 
time usecase, in fact, ``comptime`` is a better name, so i 
personally would love if it was changed to that, if that's 
possible




More information about the Digitalmars-d mailing list