Simplify some C-style code

sfp sfp at hush.ai
Wed Dec 25 16:41:05 UTC 2024


On Wednesday, 25 December 2024 at 07:57:04 UTC, monkyyy wrote:
> static foreach, traits and mixin

I was looking into this but I think I need some help getting off 
the ground...

This doesn't compile:
```
enum Test { mixin("A, B, C") }
```


More information about the Digitalmars-d-learn mailing list