dbg

Debug print args followed by a newline.

@safe pure
void
dbg
(
Args...
)
(
scope auto ref Args args
,
in string file = __FILE_FULL_PATH__
,
const uint line = __LINE__
)

See Also

Meta