Instance Method インスタンスメソッド

appendLiteral(_:)

Appends a literal segment of a string interpolation. ある文字列補間のリテラル断片を加えます。

Declaration 宣言

mutating func appendLiteral(_ literal: String)

Discussion 解説

Do not call this method directly. It is used by the compiler when interpreting string interpolations. このメソッドを直接に呼ばないでください。それは文字列補間を解釈する時にコンパイラによって使われます。

Relationships 関係

From Protocol 由来プロトコル