IniLikeLine.fromKeyValue

Construct from key and value. Value must be provided as it's written in a file, i.e in the escaped form.

struct IniLikeLine
@nogc @safe static nothrow pure
fromKeyValue
(
string key
,
string value
)

Meta