formatIni

Formats a data structure as a structured .ini file.

S
formatIni
(
S = string
T
)
(
auto ref T value
,
size_t delegate
(
S[] path
)
getSectionLength = 
(
S[] path
)
=> path.length > 1 ? 1 : 0
)

Meta