https://issues.dlang.org/show_bug.cgi?id=18386
--- Comment #2 from Nick Treleaven <[email protected]> --- Also you should use a string mixin, `mixin(b!a);` - not a template mixin. --
d-bugmail--- via Digitalmars-d-bugs Mon, 30 May 2022 07:00:29 -0700
https://issues.dlang.org/show_bug.cgi?id=18386
--- Comment #2 from Nick Treleaven <[email protected]> --- Also you should use a string mixin, `mixin(b!a);` - not a template mixin. --