A string to append. 追加される文字列。
Instance Method
インスタンスメソッド
write(_:)
Appends the given string to this string.
与えられた文字列をこの文字列へ加えます。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 6.0.1+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
mutating func write(_ other: String
)
Parameters パラメータ
other
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Writing to a File or URL ファイルまたはURLに書き込む
func write<Target>(to: inout Target)
Writes the string into the given output stream.
与えられた出力ストリームへ文字列を書き出します。