nxt.dbgio

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

Members

Enums

DumpFormat
enum DumpFormat
Undocumented in source.

Functions

dbg
void dbg(Args args, string file, uint line, string fun)

Debug print args followed by a newline.

Templates

dump
template dump(args...)

Debug dump arguments args to standard error (stderr).

See Also

Meta