Initializer

init(_:)

Creates a string containing the given character. 与えられた文字を含んでいる文字列を作成します。

Declaration 宣言

init(_ c: Character)

Parameters パラメータ

c

The character to convert to a string. ある文字列へと変換されることになる文字。

See Also 参照

Creating a String 文字列の作成