This repository was archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
HTML_StringInterpolation
mattt edited this page Sep 24, 2020
·
2 revisions
The type each segment of a string literal containing interpolations should be appended to.
public struct StringInterpolation: StringInterpolationProtocolStringInterpolationProtocol
public init(literalCapacity: Int, interpolationCount: Int)public mutating func appendLiteral(_ literal: String)public mutating func appendInterpolation<T>(_ value: T) where T: CustomStringConvertiblepublic mutating func appendInterpolation(unsafeUnescaped string: String)public mutating func appendInterpolation(comment string: String)Generated at 2020-09-24T18:03:31+0000 using swift-doc 1.0.0-beta.4.