parseIniInto

Parse structured INI lines from a range of strings, into a user-defined struct.

void
parseIniInto
(
R
T
)
(
R r
,
ref T result
)
if (
isInputRange!R &&
isSomeString!(ElementType!R)
)

Meta