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.
この値の本質的な構成要素を、それらをその与えられたhasherへと与えることによって、ハッシュ化します。
var isASCII : Bool
A Boolean value indicating whether the Unicode scalar is an ASCII character.
このユニコードスカラーがあるASCII文字であるかどうかを指し示すブール値。