DIP proposal: Enum parameters

Quirin Schroll qs.il.paperinik at gmail.com
Tue Sep 27 08:09:40 UTC 2022


On Tuesday, 27 September 2022 at 00:47:31 UTC, victoroak wrote:
> 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.
>
> About prior work, you could take a look at comptime from Zig 
> and static from Nim.

For anyone else interested, the relevant sections are:
* Zig: 
[Comptime](https://ziglang.org/documentation/0.9.1/#comptime)
* Nim: 
[static[T]](https://nim-lang.org/docs/manual.html#special-types-static-t)

Thank you.


More information about the Digitalmars-d mailing list