prettyPrintStruct

Undocumented in source. Be warned that the author may not have intended to support it.
void
prettyPrintStruct
(
alias printFunc
T
int line = __LINE__
string file = __FILE__
string funcName = __FUNCTION__
string prettyFuncName = __PRETTY_FUNCTION__
string moduleName = __MODULE__
)
(,
string indent = "\t"
)
if (
is(T == struct)
)

Meta