visitWithPath

Walks a data structure and calls visitor with each field and its path.

template visitWithPath(alias visitor, S = string)
void
visitWithPath
(
U
)
(
S[] path
,
ref U v
)

Members

Functions

visitWithPath
void visitWithPath(S[] path, U v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta