appendLiteral(_:)
Appends a literal segment of a string interpolation.
Declaration
mutating func appendLiteral(_ literal: String)Discussion
You don’t need to call this method directly. It’s used by the compiler when interpreting string interpolations.