Instance Property インスタンスプロパティ

name

The published name of the scalar. このスカラーの公開名。

Declaration 宣言

var name: String? { get }

Discussion 解説

Some scalars, such as control characters, do not have a value for this property in the Unicode Character Database. For such scalars, this property is nil. いくつかのスカラー、例えば制御文字などは、このプロパティに対する値を「ユニコード文字データベース」において持ちません。そのようなスカラーに対して、このプロパティはnilです。

This property corresponds to the “Name” property in the Unicode Standard. このプロパティは、ユニコード標準における “Name” に相当します。