StringInterpolation
補間を含む文字列リテラルの各セグメントを付け加えるべき型。
必須。
宣言
associatedtype StringInterpolation : StringInterpolationProtocol = DefaultStringInterpolation where Self.StringLiteralType == Self.StringInterpolation.StringLiteralType
議論
補間型の StringLiteralType は、準拠する型の StringLiteralType と一致しなければなりません。