Initializer
init(value:multiLines:)
Creates a new comment statement.
init(value: String, multiLines: Bool = true)
Parameters
value-
The comment text
multiLines-
Whether this comment spans multiple lines (default: true)
Initializer
Creates a new comment statement.
init(value: String, multiLines: Bool = true)
valueThe comment text
multiLinesWhether this comment spans multiple lines (default: true)