Function IniLikeGroup.addCommentBefore
Add comment before some node.
auto final ListMap!(string,inilike.file.IniLikeLine,32L)* addCommentBefore
(
IniLikeGroup . LineNode node,
string comment
) pure nothrow @trusted;
Returns
Added LineNode
.
See Also
byIniLine
, appendComment
, prependComment
, getNode
, addCommentAfter