Convenient debug printing

Per Nordlöw per.nordlow at gmail.com
Sun Feb 3 15:00:04 UTC 2019


On Saturday, 2 February 2019 at 14:58:42 UTC, ezneh wrote:
> import std.stdio;
>
> template dbg(args...)
> {
> 	alias dbgImpl!(args).print dbg;
> ...

Great! Close enough for me!

Thanks!


More information about the Digitalmars-d mailing list