niknaks.debugging

Debugging tools

Members

Mixin templates

FuncDebug
mixintemplate FuncDebug(alias func, void function(string) writer = &writerButStringOnly)

Function debugging mixin with the given function and the writer to use

FuncDebug
mixintemplate FuncDebug(alias func, void delegate(string) writer = &writerButStringOnly)

Function debugging mixin with the given function and the writer to use

FuncDebugBase
mixintemplate FuncDebugBase(alias func, alias writer)

Base mixin for debugging tooling

Templates

dumpArray
template dumpArray(alias array)

Dumps the provided array

Meta

Authors

Tristan Brice Velloza Kildaire (deavmi)