Enumerationswift 6.0.1Swift
ASCII
@frozen enum ASCII
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (11) members.
Types
struct CanonicalCombiningClass
The classification of a scalar used in the Canonical Ordering Algorithm defined by the Unicode Standard.
enum GeneralCategory
The most general classification of a Unicode scalar.
enum NumericType
The numeric type of a scalar.
enum ParseResult<T>
The result of attempting to parse a
T
from some input.struct Scalar
A Unicode scalar value.
enum UTF16
enum UTF32
enum UTF8
Typealiases
typealias Encoding
typealias Parser
typealias Version
A version of the Unicode Standard represented by its major and minor components.
Citizens in Swift
Conformances
protocol BitwiseCopyable
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
protocol Sendable
Types
Typealiases
Type members
static var encodedReplacementCharacter: Unicode.ASCII.EncodedScalar
static func decode(Unicode.ASCII.EncodedScalar
) -> Unicode.Scalar static func encode(Unicode.Scalar
) -> Unicode.ASCII.EncodedScalar? static func isASCII(Unicode.ASCII.CodeUnit
) -> Bool Returns whether the given code unit represents an ASCII scalar
static func transcode<FromEncoding>(FromEncoding.EncodedScalar, from: FromEncoding.Type
) -> Unicode.ASCII.EncodedScalar?