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") } ```