On Thursday, 16 September 2021 at 03:26:46 UTC, Tejas wrote:
On Wednesday, 15 September 2021 at 19:59:43 UTC, james.p.leblanc wrote:
s

Use the `mixin` compiler flag

`dmd -mixin=<whatever-name> file.d`

Beware, this will also include **all** the mixin code from standard library and runtime.

But it's manageable, reflecting on my experience.

Tejas,

Thank you for your kind response. Wow, at first the large output file from a small test program was a bit surprising .., but actually it is
manageable to dig through to find the interesting bits.

So, this is quite useful! Thanks again, now I am off to do some digging...

Best Regards,
James


Reply via email to