Instance Property
インスタンスプロパティ
custom
customMirror
A mirror that reflects the
Unicode.Scalar
instance.
Unicode.Scalar
インスタンスを反映するミラー。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
var customMirror: Mirror
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Printing and Displaying a Scalar スカラーをプリントおよび表示する
var description: String
A textual representation of the Unicode scalar.
ユニコードスカラーのテキスト表現。
func write<Target>(to: inout Target)
Writes the textual representation of the Unicode scalar into the given output stream.
ユニコードスカラーのテキスト表現を与えられた出力ストリームに書き出します。
func escaped(asASCII : Bool) -> String
Returns a string representation of the Unicode scalar.
ユニコードスカラーの文字列表現を返します。
var debugDescription : String
An escaped textual representation of the Unicode scalar, suitable for debugging.
ユニコードスカラーのエスケープされたテキスト表現、デバッグに適するもの。
var customPlaygroundQuickLook : _PlaygroundQuickLook
A custom playground Quick Look for the
Unicode.Scalar
instance.
Unicode.Scalar
インスタンスのためのあつらえのプレイグラウンド「クイックルック」。