static switch statement

Atila Neves atila.neves at gmail.com
Thu Jul 31 08:36:56 UTC 2025


On Monday, 28 July 2025 at 06:49:17 UTC, IchorDev wrote:
> The equivalent of `static if`, but for `switch` statements.
>
> Is there any reason why we don't already have this?

Probably because it would require implementing and isn't as 
useful as static if and static foreach.


More information about the dip.ideas mailing list