XCode 15.2 日本語化計画:New Human Interface Guideline
補間を含む文字列リテラルの各セグメントが追加される型。
補間型の StringLiteralType は、準拠する型の StringLiteralType と一致しなければなりません。
init(literalCapacity: Int, interpolationCount: Int)
文字列リテラルの内容を満たすことのできる空のインスタンスを作成します。
func appendInterpolation<Subject>(Subject)
func appendInterpolation(String)
func appendInterpolation<T>(T)
func appendInterpolation<T>(T)
func appendInterpolation<C>(C, format: ListFormatStyle<StringStyle, [String]>)
func appendInterpolation<T, F>(T, format: F)
func appendInterpolation<T, F>(T, format: F)
func appendInterpolation(AttributedString, options: AttributedString.InterpolationOptions)
func appendInterpolation<T>(T, specifier: String)
func appendInterpolation(placeholder: String.LocalizationValue.Placeholder)
func appendInterpolation(placeholder: String.LocalizationValue.Placeholder, specifier: String)
リテラルセグメントを補間に追加します。
リテラルセグメントに使用すべき型。