Generic Instance Method 総称体インスタンスメソッド

write(to:)

Writes the textual representation of the Unicode scalar into the given output stream. ユニコードスカラーのテキスト表現を与えられた出力ストリームに書き出します。

Declaration 宣言

func write<Target>(to target: inout Target) where Target : TextOutputStream

Parameters パラメータ

target

An output stream. ある出力ストリーム。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Printing and Displaying a Scalar スカラーをプリントおよび表示する