appendLiteral(_:)
Appends a literal string.
Declaration
mutating func appendLiteral(_ literal: String)Parameters
- literal:
The literal string to append.
Discussion
Don’t call this method directly; it’s used by the compiler when interpreting string interpolations.