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

appendInterpolation(_:)

Appends an image to a string interpolation.

Declaration 宣言

mutating func appendInterpolation(_ image: Image)

Parameters パラメータ

image

The image 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