show

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

template show(Args...)
@trusted nothrow pure
void
show
(
string file = __FILE__
,
uint line = __LINE__
,
string fun = __FUNCTION__
)
if (
Args.length >= 1
)

Members

Functions

show
void show(string file, uint line, string fun)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta