Type Alias

Substring.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.