Function IniLikeGroup.appendValue
Add key-value entry without diret association of the value with the key. Can be used to add duplicates.
auto final IniLikeGroup . LineNode appendValue
(
string key,
string value,
IniLikeGroup . InvalidKeyPolicy invalidKeyPolicy = cast(InvalidKeyPolicy)cast(ubyte)0u
) @safe;