Instance Methodswift-package-manager 6.0.3Basics
appendInterpolation(_:)
SerializedJSON.swift:45mutating func appendInterpolation(_ value: some CustomStringConvertible)
mutating func appendInterpolation(_ value: some CustomStringConvertible)
s6Basics14SerializedJSONV19StringInterpolationV06appendE0yyxs06CustomD11ConvertibleRzlF
What are these?8QA8X
import Basics
struct StringInterpolation
struct SerializedJSON
Wrapper type representing serialized escaped JSON strings providing helpers for escaped string interpolations for common types such as AbsolutePath
.
protocol CustomStringConvertible
A type with a customized textual representation.
init(literalCapacity: Int, interpolationCount: Int)
mutating func appendInterpolation(_ value: AbsolutePath)
mutating func appendLiteral(_ literal: String)