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

hasPointerRepresentation

A Boolean value that indicates whether the static string stores a pointer to a null-terminated sequence of UTF-8 code units. あるブール値、それはその静的文字列があるnull終端された一連のUTF-8コード単位へのあるポインタを格納するかどうかを指し示します。

Declaration 宣言

var hasPointerRepresentation: Bool { get }

Discussion 解説

If hasPointerRepresentation is false, the static string stores a single Unicode scalar value. hasPointerRepresentationfalseならば、静的文字列は単一のユニコードスカラー値を格納します。