Instance Methodswift-package-manager 6.0.3Basics
appendLiteral(_:)
SerializedJSON.swift:41mutating func appendLiteral(_ literal: String)
mutating func appendLiteral(_ literal: String)
s6Basics14SerializedJSONV19StringInterpolationV13appendLiteralyySSF
What are these?381KX
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
.
@frozen struct String
A Unicode string value that is a collection of characters.
init(literalCapacity: Int, interpolationCount: Int)
mutating func appendInterpolation(_ value: AbsolutePath)
mutating func appendInterpolation(_ value: some CustomStringConvertible)