Initializer

init(_:)

Creates a character containing the given Unicode scalar value. 与えられたユニコードスカラー値を含んでいるひとつの文字を作成します。

Declaration 宣言

init(_ content: Unicode.Scalar)

Parameters パラメータ

content

The Unicode scalar value to convert into a character. 1つの文字へ変換するユニコードスカラー値。

See Also 参照

Working with a Character’s Unicode Values 文字のユニコード値を扱う