We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94260a9 commit f23d1cdCopy full SHA for f23d1cd
stdlib/public/core/StringInterpolation.swift
@@ -84,7 +84,7 @@ public struct DefaultStringInterpolation: StringInterpolationProtocol {
84
/// interpreting string interpolations.
85
@inlinable
86
public mutating func appendLiteral(_ literal: String) {
87
- _storage += literal
+ literal.write(to: &self)
88
}
89
90
/// Interpolates the given value's textual representation into the
0 commit comments