On Saturday, 27 June 2020 at 21:23:10 UTC, Adam D. Ruppe wrote:
On Saturday, 27 June 2020 at 21:10:59 UTC, NonNull wrote:Is it possible to use a template to declare something whose name is computed at compile time?You'd have to string mixin the contents inside the mixin template.
Worked! Thank you!!