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

write(to:)

Writes a textual representation of this instance into the given output stream. このインスタンスのテキスト表現を与えられた出力ストリームへ書き出します。

Declaration 宣言

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

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Infrequently Used Functionality 滅多に使われない機能性