IniLikeFile.escapedValue - multiple declarations
Function IniLikeFile.escapedValue
Shortcut to IniLikeGroup
of given group.
Returns null if the group does not exist.
final string escapedValue
(
string groupName,
string key
) @nogc @safe;
Function IniLikeFile.escapedValue
ditto, localized version
final string escapedValue
(
string groupName,
string key,
string locale,
std .typecons .Flag!("nonLocaleFallback") nonLocaleFallback = cast(Flag)true
) @safe;