Contents

appendInterpolation(_:)

Appends the string displayed by a text view to a string interpolation.

Declaration

mutating func appendInterpolation(_ text: Text)

Parameters

  • text:

    A Text instance to append.

Discussion

Don’t call this method directly; it’s used by the compiler when interpreting string interpolations.