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