IniLikeFile.prependLeadingComment

Prepend leading comment (e.g. for setting shebang line).

class IniLikeFile
@safe final nothrow pure
string
prependLeadingComment
(
string line
)

Return Value

Type: string

Line that was added as comment.

See Also

Meta