Initializer (Default implementation)swift 6.1.2Swift
init(unicodeScalarLiteral:)
init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
init(unicodeScalarLiteral value: Self.ExtendedGraphemeClusterLiteralType)
ss43ExpressibleByExtendedGraphemeClusterLiteralPs013UnicodeScalarF4TypeQz0cdefI0RtzrlE07unicodehF0xAF_tcfc
What are these?9KHMQ
where Self.ExtendedGraphemeClusterLiteralType == Self.UnicodeScalarLiteralType
import Swift
protocol ExpressibleByExtendedGraphemeClusterLiteral : ExpressibleByUnicodeScalarLiteral
A type that can be initialized with a string literal containing a single extended grapheme cluster.
associatedtype ExtendedGraphemeClusterLiteralType : _ExpressibleByBuiltinExtendedGraphemeClusterLiteral
A type that represents an extended grapheme cluster literal.
init(unicodeScalarLiteral value: Self.UnicodeScalarLiteralType)
Creates an instance initialized to the given value.