Initializer

init(extendedGraphemeClusterLiteral:)

Creates an instance initialized to a single character that is made up of one or more Unicode scalar values. ひとつ以上のユニコードスカラー値でできているある単一の文字へと初期化されるインスタンスを作成します。

Declaration 宣言

init(extendedGraphemeClusterLiteral value: StaticString)

Discussion 解説

Do not call this initializer directly. It may be used by the compiler when you initialize a static string using an extended grapheme cluster. このイニシャライザを直接に呼ばないでください。それは、あなたが拡張初期素クラスタを使って静的文字列を初期化する時にコンパイラによって使われるでしょう。

Relationships 関係

From Protocol 由来プロトコル