dbgio

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

Members

Functions

assumeNogc
void assumeNogc(T xs)
dln
void dln(Args args)

Debug print args followed by a newline.

trustedPureDebugCall
auto trustedPureDebugCall(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

dump
mixintemplate dump(Names...)
Undocumented in source.

Templates

show
template show(Args...)

Show the symbol name and variable of Args. See also: http://forum.dlang.org/thread/yczwqrbkxdiqijtiynrh@forum.dlang.org?page=1

Meta