Instance Method インスタンスメソッド

write(_:)

Appends the given string to this string. 与えられた文字列をこの文字列へ加えます。

Declaration 宣言

mutating func write(_ other: String)

Parameters パラメータ

other

A string to append. 追加される文字列。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Writing to a File or URL ファイルまたはURLに書き込む