StrictINIReader

Strict INIReader variant.

Use this variant if you want to have more strict (and bit faster) parser.

Specifics: - Uses StrictINIFormat - Only Keys are trimmed. - No escape sequences are resolved.

alias StrictINIReader = INIReader!(StrictINIFormat, INIFlags.TrimKeys,
(
string a
)
=> a
)

Meta