Instance Property
インスタンスプロパティ
isXIDContinue
A Boolean value indicating whether the scalar is one which is recommended to be allowed to appear in a non-starting position in a programming language identifier, with adjustments made for NFKC normalized form.
このスカラーがプログラム言語識別子において始まりでない位置で現れるのを許可されることを推奨されるものであるかどうかを指し示すブール値、NFKC正規化形式に対する調整がなされます。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
var isXIDContinue: Bool
{ get }
Discussion
解説
The set of scalars [:XID_Continue:]
closes the set [:ID_Continue:]
under NFKC normalization by removing any scalars whose normalized form is not of the form [:ID_Continue:]*
.
スカラーの集合[:XID_Continue:]
は、集合[:ID_Continue:]
に、NFKC正規化の下で、それの正規化形式が形式[:ID_Continue:]*
でないあらゆるスカラーを取り除くことによって、閉じています。
This property corresponds to the “XID_Continue” property in the Unicode Standard.
このプロパティは、ユニコード標準における “XID_Continue” に相当します。