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

write(to:)

Writes the character into the given output stream. その文字を与えられた出力ストリームへと書き出します。

Declaration 宣言

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

Parameters パラメータ

target

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

Relationships 関係

From Protocol 由来プロトコル