On Tuesday, 2 June 2020 at 13:10:55 UTC, Paul Backus wrote:
> On Tuesday, 2 June 2020 at 09:28:01 UTC, realhet wrote:
> mixin("@property auto ", k, "() const { return ", v, "; }");
Wow, string mixin can process comma separated list, I gotta
remember this, thanks!