Required Static Methodswift 6.0.3FoundationEssentials
encode(_:)
static func encode(_ host: some StringProtocol) -> String?
static func encode(_ host: some StringProtocol) -> String?
s20FoundationEssentials9UIDNAHookP6encodeySSSgqd__SyRd__lFZ
What are these?4WY9R
import FoundationEssentials
protocol UIDNAHook
protocol StringProtocol : BidirectionalCollection, Comparable, ExpressibleByStringInterpolation, Hashable, LosslessStringConvertible, TextOutputStream, TextOutputStreamable where Self.Element == Character, Self.Index == String.Index, Self.StringInterpolation == DefaultStringInterpolation, Self.SubSequence : StringProtocol
A type that can represent a string as a collection of characters.
@frozen struct String
A Unicode string value that is a collection of characters.
static func decode(_ host: some StringProtocol) -> String?