dbgf

Undocumented in source. Be warned that the author may not have intended to support it.
@safe pure
void
dbgf
(
Args...
)
(
scope Args args
,
const string file = __FILE_FULL_PATH__
,
const uint line = __LINE__
,
const string fun = __FUNCTION__
)

Examples

static assert(__traits(compiles, { dbg(); })); // ok for dln to discard function qualifiers

Meta