ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
parseIni
ae
utils
serialization
sini
Parse a structured INI from a range of lines, into a user-defined struct.
deprecated
T
parseIni
(
T
R
)
(
R
r
)
if
(
isInputRange
!
R
&&
isSomeString
!(
ElementType
!
R
)
)
Meta
Source
See Implementation
ae
utils
serialization
sini
functions
loadIni
parseIni
structs
IniParser
Parse a structured INI from a range of lines, into a user-defined struct.