Function IniLikeLine.fromKeyValue

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

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