init(literalCapacity:interpolationCount:)
Creates a string interpolation with storage pre-sized for a literal with the indicated attributes.
Declaration
init(literalCapacity: Int, interpolationCount: Int)Discussion
You don’t need to call this initializer directly. It’s used by the compiler when interpreting string interpolations.