StringInterpolation
extension String.StringInterpolation
-
Appends the string descriptions of the elements in
listseparated byseparator.Declaration
Swift
public mutating func appendInterpolation<L: Sequence>( list: L, joinedBy separator: String = ", " )
View on GitHub