Initializer

init(stringLiteral:)

Creates an instance initialized to the given string value. 与えられた文字列値へ初期化されるインスタンスを作成します。

Declaration 宣言

init(stringLiteral value: Self.StringLiteralType)

Parameters パラメータ

value

The value of the new instance. 新しいインスタンスのための値。