IniLikeGroup.removeEntry - multiple declarations
Function IniLikeGroup.removeEntry
Removes entry by key. Do nothing if no value associated with key found.
final bool removeEntry
(
string key
) pure nothrow @safe;
Returns
true if entry was removed, false otherwise.
Function IniLikeGroup.removeEntry
ditto, but remove entry by localized key.
final bool removeEntry
(
string key,
string locale
) pure nothrow @safe;
Function IniLikeGroup.removeEntry
ditto, but remove entry by node.