nxt.dbgio

Various debug printing tools for debug printing in @safe pure nothrow @nogc code.

Members

Functions

dbg
void dbg(Args args)

Debug print args followed by a newline.

Mixin templates

dumpObseleted
mixintemplate dumpObseleted(Names...)

Debug print Names all being compile-time strings that are mixed in.

Templates

dbgImpl
template dbgImpl(args...)
Undocumented in source.
dump
template dump(args...)

Debug dump arguments args to standard error output (stderr).

show
template show(Args...)

Show the symbol name and variable of Args.

See Also

Meta