func appendInterpolation (AttributedString )
Appends an attributed string to a string interpolation.
func appendInterpolation <T>(T)
Appends a type, convertible to a string by using a default format specifier, to a string interpolation.
func appendInterpolation <T>(T, specifier: String)
Appends a type, convertible to a string with a format specifier, to a string interpolation.
func appendInterpolation (ClosedRange <Date>)
Appends a date range to a string interpolation.
func appendInterpolation (DateInterval )
Appends a date interval to a string interpolation.
func appendInterpolation <F>(F.FormatInput , format: F)
Appends the formatted representation of a nonstring type supported by a corresponding format style.
func appendInterpolation <Subject>(Subject, formatter: Formatter?)
Appends an optionally-formatted instance of an Objective-C subclass to a string interpolation.
func appendInterpolation <Subject>(Subject, formatter: Formatter?)
Appends an optionally-formatted instance of a Foundation type to a string interpolation.
func appendInterpolation (Date, style: Text.DateStyle )
Appends a formatted date to a string interpolation.
func appendInterpolation (Text)
Appends the string displayed by a text view to a string interpolation.
func appendInterpolation (Image)
Appends an image to a string interpolation.
func appendLiteral (String)
Appends a literal string.
typealias StringLiteralType
The type that should be used for literal segments.