A numeric representation of the Unicode scalar.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
var value: UInt32 { get }
A numeric representation of the Unicode scalar.
SDK
Framework
var value: UInt32 { get }
var properties: Unicode .Scalar .Properties
Properties of this scalar defined by the Unicode standard.
struct Unicode .Scalar .Properties
A value that provides access to properties of a Unicode scalar that are defined by the Unicode standard.
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
var is ASCII: Bool
A Boolean value indicating whether the Unicode scalar is an ASCII character.