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.