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 customMirror : Mirror
A mirror that reflects the
Unicode.Scalar
instance.
Unicode.Scalar
インスタンスを反映するミラー。