Instance Property
インスタンスプロパティ
changesWhenCaseMapped
A Boolean value indicating whether the scalar may change when it undergoes case mapping.
このスカラーがケースマッピングを受ける時に変化するかもしれないかどうかを指し示すブール値。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
var changesWhenCaseMapped: Bool
{ get }
Discussion
解説
This property is true
whenever one or more of changesWhenLowercased
, changesWhenUppercased
, or changesWhenTitlecased
are true
.
このプロパティはtrue
です、1つ以上のchangesWhenLowercased
、changesWhenUppercased
、またはchangesWhenTitlecased
がtrue
である時はいつでも。
This property corresponds to the “Changes_When_Casemapped” property in the Unicode Standard.
このプロパティは、ユニコード標準における “Changes_When_Casemapped” に相当します。