Type Aliasswift 6.0.3Swift
Version
A version of the Unicode Standard represented by its major and minor components.
typealias Version = (major: Int, minor: Int)
A version of the Unicode Standard represented by its major and minor components.
typealias Version = (major: Int, minor: Int)
import Swift
@frozen enum Unicode
A namespace for Unicode utilities.
@frozen struct Int
A signed integer value type.
@frozen enum ASCII
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.
@frozen enum ParseResult<T>
The result of attempting to parse a T
from some input.
@frozen struct Scalar
A Unicode scalar value.
@frozen enum UTF16
@frozen enum UTF32
@frozen enum UTF8
typealias Encoding = _UnicodeEncoding
typealias Parser = _UnicodeParser