FuncDebugBase.args

Prints the formal parameter names and their respective argument values

mixintemplate FuncDebugBase(alias func, alias writer)
void
args
(
string spc = genTabs(1)
)

Parameters

spc string

the spacer to provide, default is one tab

Meta