Type Alias

String.StringInterpolation

The type each segment of a string literal containing interpolations should be appended to. 加えられるべき補間を含んでいる文字列リテラルの各文節の型。

Declaration 宣言

typealias StringInterpolation = DefaultStringInterpolation

Discussion 解説

The StringLiteralType of an interpolation type must match the StringLiteralType of the conforming type. 補間型のStringLiteralTypeは、準拠している型のStringLiteralTypeと合致しなければなりません。