Function IniLikeGroup.addCommentAfter

Add comment after some node.

auto final ListMap!(string,inilike.file.IniLikeLine,32L)* addCommentAfter (
  IniLikeGroup.LineNode node,
  string comment
) pure nothrow @trusted;

Returns

Added LineNode.

See Also

byIniLine, appendComment, prependComment, getNode, addCommentBefore