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

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.

See Also 参照

Appending to an Interpolation