Function IniLikeGroup.prependComment

Add comment line at the start of group (after group header, before any key-value pairs).

auto final IniLikeGroup.LineNode prependComment (
  string comment
) pure nothrow @safe;

Returns

Added LineNode.

See Also

byIniLine, appendComment, addCommentBefore, addCommentAfter