init(unicodeScalarLiteral : Self.ExtendedGraphemeClusterLiteralType )
Creates an instance initialized to the given value.
与えられた値に初期化されるインスタンスを作成します。
Available when
ExtendedGraphemeClusterLiteralType
is Self.UnicodeScalarLiteralType
.init(stringLiteral : String)
Creates an instance initialized to the given string value.
init(rawValue : String)
Creates a new instance with the specified raw value.
ある新しいインスタンスをこの指定された生の値で作成します。
let rawValue : String
The corresponding value of the raw type.
生の型の対応している値。
typealias RawValue
The raw type that can be used to represent all values of the conforming type.
準拠している型の全ての値を表すために使われることができる生の型。