Contents

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.