ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
visitWithPath
ae
utils
sini
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
Source
See Implementation
ae
utils
sini
aliases
makeStructuredIniHandler
parseStructuredIni
enums
isIniHandler
functions
formatIni
iniHandler
lexIniLine
loadIni
loadInis
makeIniHandler
parseIni
parseIniInto
prettifyIni
updateIni
updateIniFile
structs
IniFragment
IniHandler
IniLine
IniThickLeafHandler
IniWriter
templates
visitWithPath
Walks a data structure and calls visitor with each field and its path.