Instance Propertyswift 6.0.1Swift
description
var description: String { get }
Other members in extension
Type members
init(literalCapacity: Int, interpolationCount: Int
) Creates a string interpolation with storage pre-sized for a literal with the indicated attributes.
Instance members
func appendInterpolation<T>(T
) Interpolates the given value’s textual representation into the string literal being created.
func appendInterpolation<T>(T
) Interpolates the given value’s textual representation into the string literal being created.
func appendInterpolation<T>(T
) Interpolates the given value’s textual representation into the string literal being created.
func appendInterpolation<T>(T
) Interpolates the given value’s textual representation into the string literal being created.
func appendInterpolation(any Any.Type
) func appendLiteral(String
) Appends a literal segment of a string interpolation.
func write(String
)